SignalK / SensESP

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

Collect UIOutput objects to SensESPApp #558

Closed mairas closed 2 years ago

mairas commented 2 years ago

UIOutput objects were scattered around unrelated classes. They're now all collected to SensESPApp.

Additionally, the ui_outputs instance map was a global variable. That was changed into a static member variable of UIOutputBase.

Fixes #555.