SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
ui_button.cpp
Go to the documentation of this file.
1#include "ui_button.h"
2
3namespace sensesp {
4
5std::map<String, std::shared_ptr<UIButton>> UIButton::ui_buttons_;
6
7} // namespace sensesp
static std::map< String, std::shared_ptr< UIButton > > ui_buttons_
Definition ui_button.h:43