SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
ui_output.cpp
Go to the documentation of this file.
1#include "ui_output.h"
2
3namespace sensesp {
4
5std::map<String, UIOutputBase*> UIOutputBase::ui_outputs_;
6
7} // namespace sensesp
static std::map< String, UIOutputBase * > ui_outputs_
Definition ui_output.h:23