SignalK / SensESP

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

Collect UIOutput objects to SensESPApp #557

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.

mairas commented 2 years ago

Meh, this was supposed to be a stacked PR.