Removed conditional compile.

pull/2737/head
Blaz Kristan 2021-11-17 16:34:08 +01:00
rodzic bee93f4743
commit 1e98d56bb6
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -157,7 +157,5 @@ void releaseJSONBufferLock()
DEBUG_PRINT(jsonBufferLock);
DEBUG_PRINTLN(")");
fileDoc = nullptr;
#ifndef WLED_USE_DYNAMIC_JSON
jsonBufferLock = 0;
#endif
}