Fixed webserver locks

This commit is contained in:
CommanderRedYT
2022-02-13 01:05:02 +01:00
parent dbaf7ddc71
commit 2033448f65
8 changed files with 53 additions and 167 deletions

View File

@@ -1,5 +1,3 @@
#include "webserver_lock.h"
#ifndef FEATURE_IS_MIR_EGAL_OB_DER_WEBSERVER_KORREKT_ARBEITET
cpputils::DelayedConstruction<espcpputils::mutex_semaphore> webserver_lock;
#endif