SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
button.cpp
Go to the documentation of this file.
2
3#include "sensesp.h"
4#include "sensesp_app.h"
5
6namespace sensesp {
7
9 debugD("Resetting network settings");
10 SensESPApp::get()->get_networking()->reset();
11}
12
13} // namespace sensesp
virtual void handle_long_press() override
Handle a long button press (over 1 second).
Definition button.cpp:8
static SensESPApp * get()
Get the singleton instance of the SensESPApp.
#define debugD(fmt,...)
Definition local_debug.h:47