Fixed OTA Ethernet bug
All checks were successful
Test compiling project / test (push) Successful in 2m28s
All checks were successful
Test compiling project / test (push) Successful in 2m28s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user