SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp_minimal_app_builder.h
Go to the documentation of this file.
1#ifndef _sensesp_minimal_app_builder_H_
2#define _sensesp_minimal_app_builder_H_
3
6
7namespace sensesp {
8
24
25} // namespace sensesp
26#endif
Construct a new transform based on a single function.
Abstract base class for other SensESP*AppBuilder classes.
const SensESPBaseApp * set_hostname(String hostname)
virtual void setup()
Perform initialization of SensESPBaseApp once builder configuration is done.
SensESPMinimalApp * get_app() override final
SensESPMinimalAppBuilder * set_hostname(String hostname) override
static SensESPMinimalApp * get()
Get the singleton instance of the SensESPMinimalApp.