mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
Fixed TLS "memory allocation failure"
This commit is contained in:
@@ -13,6 +13,7 @@ class WebServerThread : private concurrency::OSThread
|
||||
|
||||
public:
|
||||
WebServerThread();
|
||||
uint32_t requestRestart = 0;
|
||||
|
||||
protected:
|
||||
virtual int32_t runOnce();
|
||||
|
||||
Reference in New Issue
Block a user