Rework logging
Some checks failed
Test compiling project / test (push) Failing after 1m34s

This commit is contained in:
2025-03-10 23:33:41 +01:00
parent 374b23d99a
commit eeaac9548e
12 changed files with 111 additions and 121 deletions

View File

@@ -19,14 +19,14 @@ monitor_speed = 115200
lib_deps =
ottowinter/ESPAsyncWebServer-esphome@^3.3.0
bblanchon/ArduinoJson@^6.21.3
jsc/ArduinoLog
fetchOTA
INA322
INA233
ESP32Ping
https://github.com/x821938/elog
board_build.partitions = default.csv
upload_protocol = espota
upload_port = 192.168.5.180
build_flags = -Wall -Wextra
build_flags = -Wall -Wextra -DLOGGING_SPIFFS_DISABLE -DLOGGING_SD_DISABLE
[env:ESP32_INA226]
platform = espressif32
@@ -39,10 +39,11 @@ lib_deps =
bblanchon/ArduinoJson@^6.21.3
jsc/ArduinoLog
ESP32Ping
https://github.com/x821938/elog
board_build.partitions = default.csv
upload_protocol = espota
upload_port = 192.168.4.18
build_flags = -Wall -Wextra -DUSE_INA226
build_flags = -Wall -Wextra -DUSE_INA226 -DLOGGING_SPIFFS_DISABLE -DLOGGING_SD_DISABLE
[env:native]
platform = native