mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 11:10:52 +00:00
coroutine: kinda works now
This commit is contained in:
@@ -25,7 +25,7 @@ class Power : private concurrency::OSThread
|
||||
|
||||
void readPowerStatus();
|
||||
virtual bool setup();
|
||||
virtual uint32_t runOnce();
|
||||
virtual int32_t runOnce();
|
||||
void setStatusHandler(meshtastic::PowerStatus *handler) { statusHandler = handler; }
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user