fix display smi2

This commit is contained in:
Mit4el
2024-11-30 21:11:02 +03:00
parent 64b4e67dcd
commit 889eb5f85b
4 changed files with 5 additions and 5 deletions

View File

@@ -221,7 +221,7 @@ void setup() {
stopErrorMarker(SETUPINET_ERRORMARKER);
bool postMsgTelegram;
if (!jsonRead(settingsFlashJson, "debugTrace", postMsgTelegram, false)) postMsgTelegram = 1;
if (!jsonRead(settingsFlashJson, "debugTraceMsgTlgrm", postMsgTelegram, false)) postMsgTelegram = 1;
sendDebugTraceAndFreeMemory(postMsgTelegram);
initErrorMarker(SETUPLAST_ERRORMARKER);