Cleanup and small issues

pio.ini: cleanup debug directives (build_flags_min move to _debug), remove blynks

index.htm/js: 
- visualization in div to turn of if 1D
- scale visualizations if height>width

json.cpp, util.cpp: USER/DEBUG_PRINT changes
This commit is contained in:
Ewoud
2023-02-23 15:23:35 +01:00
parent 1ce3d2fa08
commit 6fbce9b326
11 changed files with 2402 additions and 2391 deletions

View File

@@ -228,6 +228,7 @@ void WLED::loop()
avgUsermodMillis = 0;
avgStripMillis = 0;
debugTime = millis();
DEBUG_PRINTLN(F("---END OF DEBUG INFO---"));
}
loops++;
#endif // WLED_DEBUG