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

WiFi State output split away from Networking #635

Closed mairas closed 1 year ago

mairas commented 1 year ago

The Networking object is no longer needed to produce the WiFi state. A separate WiFiStateProducer has been created for the purpose. This allows for implementing network connection manually, as shown in the newmanual_networking.cpp` example.