1#ifndef SENSESP_MINIMAL_APP_BUILDER_H
2#define SENSESP_MINIMAL_APP_BUILDER_H
11 std::shared_ptr<SensESPMinimalApp>
app_;
19 std::shared_ptr<SensESPMinimalApp>
get_app() {
Abstract base class for other SensESP*AppBuilder classes.
SensESPMinimalAppBuilder * set_hostname(String hostname) override
std::shared_ptr< SensESPMinimalApp > get_app()
std::shared_ptr< SensESPMinimalApp > app_
SensESPMinimalAppBuilder()
static const std::shared_ptr< SensESPMinimalApp > get()
Get the singleton instance of the SensESPMinimalApp.