Fixed OTA Ethernet bug
All checks were successful
Test compiling project / test (push) Successful in 2m28s

This commit is contained in:
2025-02-23 02:38:59 +01:00
parent 2c4344e40d
commit 146a4412e0
6 changed files with 73 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ lib_deps =
ESP32Ping
board_build.partitions = default.csv
upload_protocol = espota
upload_port = 192.168.5.181
upload_port = 192.168.5.180
build_flags = -Wall -Wextra
[env:ESP32_INA226]
@@ -41,11 +41,12 @@ lib_deps =
ESP32Ping
board_build.partitions = default.csv
upload_protocol = espota
upload_port = 192.168.5.181
upload_port = 192.168.5.181
build_flags = -Wall -Wextra -DUSE_INA226
[env:native]
platform = native
build_flags = -DUNIT_TEST -Ilib/fetchOTA/
lib_deps =
fetchOTA
fetchOTA
arduino-libraries/ArduinoHttpClient@^0.6.1