mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-11 02:34:29 +05:00
bump TinyLogger to 1.0.7
This commit is contained in:
@@ -20,7 +20,7 @@ lib_deps =
|
||||
gyverlibs/GyverPID@^3.3
|
||||
gyverlibs/GyverBlinker@^1.0
|
||||
milesburton/DallasTemperature@^3.11.0
|
||||
laxilef/TinyLogger@^1.0.6
|
||||
laxilef/TinyLogger@^1.0.7
|
||||
https://github.com/Laxilef/WiFiManager/archive/refs/heads/patch-1.zip
|
||||
;https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2
|
||||
build_flags =
|
||||
|
||||
@@ -108,8 +108,7 @@ protected:
|
||||
heap();
|
||||
|
||||
// anti memory leak
|
||||
if (!Log.isLocked()) {
|
||||
Log.lock();
|
||||
if (Log.lock()) {
|
||||
for (Stream* stream : Log.getStreams()) {
|
||||
while (stream->available() > 0) {
|
||||
stream->read();
|
||||
|
||||
Reference in New Issue
Block a user