Is mir egal ob der webserver korrekt arbeitet (keine locks)

This commit is contained in:
2021-12-28 19:57:55 +01:00
parent 9d09c9ceaf
commit 27863b2bf0
9 changed files with 11 additions and 8 deletions

View File

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