enhancement on the UI and support for power off and status_led for t1000e

Этот коммит содержится в:
Florent de Lamotte
2025-03-10 18:11:15 +01:00
родитель 676ba6d066
Коммит 7bb16cd7f3
7 изменённых файлов: 157 добавлений и 63 удалений
+1
Просмотреть файл
@@ -40,6 +40,7 @@ public:
virtual void onBeforeTransmit() { }
virtual void onAfterTransmit() { }
virtual void reboot() = 0;
virtual void powerOff() { while (1) { }}; // hope it's overriden or never called ;)
virtual uint8_t getStartupReason() const = 0;
virtual bool startOTAUpdate() { return false; } // not supported
};