Fixed wrong shunt voltage reading
Some checks failed
Test compiling project / test (push) Failing after 2m24s

This commit is contained in:
2025-03-23 17:59:43 +01:00
parent 2fa4b0761b
commit 67e9ae1bca
5 changed files with 32 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ lib_deps =
https://github.com/tobimai/elog.git#fix-syslog
board_build.partitions = default.csv
upload_protocol = espota
upload_port = 192.168.5.205
upload_port = 10.1.10.8
build_flags = -Wall -Wextra -DLOGGING_SPIFFS_DISABLE -DLOGGING_SD_DISABLE
[env:ESP32_INA226]