SensESP 2.7.2
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, UIButton*> UIButton::ui_buttons_;
6
7} // namespace sensesp
static std::map< String, UIButton * > ui_buttons_
Definition ui_button.h:42