mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-30 05:32:08 +00:00
partial work
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "mesh/wifi/WebServerThread.h"
|
||||
#include <Arduino.h>
|
||||
|
||||
WebServerThread webServerThread;
|
||||
WebServerThread *webServerThread;
|
||||
|
||||
WebServerThread::WebServerThread() : concurrency::OSThread("WebServerThread") {}
|
||||
|
||||
|
||||
@@ -17,4 +17,4 @@ class WebServerThread : private concurrency::OSThread
|
||||
virtual int32_t runOnce();
|
||||
};
|
||||
|
||||
extern WebServerThread webServerThread;
|
||||
extern WebServerThread *webServerThread;
|
||||
|
||||
Reference in New Issue
Block a user