Skip to content

Commit

Permalink
Update tfmodbustcp dependency
Browse files Browse the repository at this point in the history
To fix the workaround for Sungrow inverters sending Modbus/TCP
error responses with wrong frame length.
  • Loading branch information
photron committed Feb 18, 2025
1 parent a06acb6 commit 0630a8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion software/energy_manager.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extends = env:base_esp32_ethernet

lib_deps = ${env:base_esp32_ethernet.lib_deps}
https://github.com/Tinkerforge/WireGuard-ESP32-Arduino#83985ec
https://github.com/Tinkerforge/tfmodbustcp#5ed3d51
https://github.com/Tinkerforge/tfmodbustcp#86fe025

build_flags = ${env:base_esp32_ethernet.build_flags}
-DMETER_VALUE_HISTORY_VALUE_TYPE=int32_t
Expand Down
2 changes: 1 addition & 1 deletion software/energy_manager_v2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extends = env:base_esp32_ethernet

lib_deps = ${env:base_esp32_ethernet.lib_deps}
https://github.com/Tinkerforge/WireGuard-ESP32-Arduino#83985ec
https://github.com/Tinkerforge/tfmodbustcp#5ed3d51
https://github.com/Tinkerforge/tfmodbustcp#86fe025

build_flags = ${env:base_esp32_ethernet.build_flags}
-DMETER_VALUE_HISTORY_VALUE_TYPE=int32_t
Expand Down
2 changes: 1 addition & 1 deletion software/warp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extends = env:base_esp32

lib_deps = ${env:base_esp32.lib_deps}
https://github.com/Tinkerforge/WireGuard-ESP32-Arduino#83985ec
https://github.com/Tinkerforge/tfmodbustcp#5ed3d51
https://github.com/Tinkerforge/tfmodbustcp#86fe025

build_flags = ${env:base_esp32.build_flags}
-DMETER_VALUE_HISTORY_VALUE_TYPE=int32_t
Expand Down
2 changes: 1 addition & 1 deletion software/warp2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ extends = env:base_esp32_ethernet
lib_deps = ${env:base_esp32_ethernet.lib_deps}
https://github.com/Tinkerforge/tfocpp#c2cab5f2
https://github.com/Tinkerforge/WireGuard-ESP32-Arduino#83985ec
https://github.com/Tinkerforge/tfmodbustcp#5ed3d51
https://github.com/Tinkerforge/tfmodbustcp#86fe025

build_flags = ${env:base_esp32_ethernet.build_flags}
-DMETER_VALUE_HISTORY_VALUE_TYPE=int32_t
Expand Down

0 comments on commit 0630a8b

Please sign in to comment.