*web* 2x, 3x chart, d&d OTA, Info

This commit is contained in:
Mit4el
2025-03-28 20:43:10 +03:00
parent 769d6fc7f1
commit efc4da0bb6
15 changed files with 1030 additions and 20 deletions

View File

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