mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-31 15:10:40 +00:00
that's enough for tonight. web server is in its own thread, needs to be further optimized but it works enough. next is to refactor.
This commit is contained in:
@@ -51,4 +51,4 @@ class AirTime : private concurrency::OSThread
|
||||
virtual int32_t runOnce();
|
||||
};
|
||||
|
||||
extern AirTime airTime;
|
||||
extern AirTime *airTime;
|
||||
Reference in New Issue
Block a user