Commit 8a5fb47
Submodule Esp32_Helper updated 31 files
- .github/workflows/platformio.yml+4-1
- .gitignore+3
- .wokwi/wokwi.toml+2-2
- README.md+80-6
- data/map.json+18
- data/texte.txt+1
- examples/Example1_FastStartup/Example1_FastStartup.cpp+2-2
- examples/Example2_Debug/Example2_Debug.cpp+2-2
- examples/Example3_WithWifi/Example3_WithWifi.cpp+2-2
- examples/Example4_HandleCommand/Example4_HandleCommand.cpp+3-3
- examples/Example5_Preferences/Example5_Preferences.cpp+6-5
- examples/Example6_Teleplot/Example6_Teleplot.cpp+3-2
- examples/Example7_SPIFFS/Example7_SPIFFS.cpp+60
- include/ESP32_Helper.h+1
- include/FileSystem_Helper.h+45
- include/MockSPIFFS.h+84
- include/Preferences_Helper.h+7-4
- include/Printer.h+25-82
- include/Structure_Helper.h+27-3
- include/Wifi_Helper.h+2-2
- include/Wifi_No_Helper.h+2-2
- platformio.ini+47-4
- scripts/extra_script.py+56
- src/Debugger.cpp+11-19
- src/ESP32_Helper.cpp+28-7
- src/FileSystem_Helper.cpp+349
- src/MockSPIFFS.cpp+190
- src/Preferences_Helper.cpp+150-36
- src/Printer.cpp+99-507
- src/Wifi_Helper.cpp+33-34
- src/Wifi_No_Helper.cpp+2-2
0 commit comments