Event: Better error message for USB powered devices

This commit is contained in:
Paul Hollinsky
2021-04-29 18:15:56 -04:00
parent f629125e67
commit 0ce52f064b
15 changed files with 70 additions and 3 deletions
@@ -20,6 +20,8 @@ protected:
}
ValueCAN4(neodevice_t neodevice) : Device(neodevice) {}
bool requiresVehiclePower() const override { return false; }
};
}