Checking in work so I don't lose it. Nothing's broke with the build.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "meshwifi/WebServerThread.h"
|
||||
#include <Arduino.h>
|
||||
|
||||
// Thread for the HTTP Server
|
||||
WebServerThread webServerThread;
|
||||
|
||||
WebServerThread::WebServerThread() : concurrency::OSThread("WebServerThread") {}
|
||||
|
||||
int32_t WebServerThread::runOnce()
|
||||
{
|
||||
DEBUG_MSG("WebServerThread::runOnce()\n");
|
||||
|
||||
return (1000 * 1);
|
||||
}
|
||||
Reference in New Issue
Block a user