You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use default values for all registers defined in the example JSON
TCP host example and TCP client example define a static IP address and skip further WiFi setup steps in case a Docker usage is detected by a failing import of the network module, contributes to #16
Define all Modbus function codes as const() to avoid external modifications, contributes to #18
Remove dependency to Serial and requests from umodbus.modbus, see #18