Compare commits

...

2 Commits

Author SHA1 Message Date
374b23d99a Merge branch 'main' of ssh://gitea.maiertobi.de:222/tobimai/waterlevel-software
All checks were successful
Test compiling project / test (push) Successful in 2m27s
2025-03-10 22:06:42 +01:00
bd18952fe2 fixed ip 2025-03-10 22:06:12 +01:00

View File

@@ -25,7 +25,7 @@ lib_deps =
ESP32Ping
board_build.partitions = default.csv
upload_protocol = espota
upload_port = 10.1.10.22
upload_port = 192.168.5.180
build_flags = -Wall -Wextra
[env:ESP32_INA226]
@@ -41,7 +41,7 @@ lib_deps =
ESP32Ping
board_build.partitions = default.csv
upload_protocol = espota
upload_port = 192.168.5.181
upload_port = 192.168.4.18
build_flags = -Wall -Wextra -DUSE_INA226
[env:native]