SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
146 stars 80 forks source link

Store auto-discovered SignalK server address & port #613

Closed iuriaranda closed 2 years ago

iuriaranda commented 2 years ago

When the SignalK server is auto-discovered through mDNS, the address and port are now saved into the WSClient instance so they can be later retrieved via the get_configuration method. Before this they were never stored, so calling the get_configuration function always returned an empty Json object

mairas commented 2 years ago

Perfect, thank you!