This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user