SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp_base_app_builder.h
Go to the documentation of this file.
1#ifndef SENSESP_BASE_APP_BUILDER_H_
2#define SENSESP_BASE_APP_BUILDER_H_
3
4#include "sensesp_base_app.h"
5
6namespace sensesp {
7
12 protected:
13 String hostname_ = "SensESP";
14
15 public:
16 virtual SensESPBaseAppBuilder* set_hostname(String hostname) = 0;
17};
18
19} // namespace sensesp
20
21#endif
Abstract base class for other SensESP*AppBuilder classes.
virtual SensESPBaseAppBuilder * set_hostname(String hostname)=0