mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
add gateway E32V3, autodetect by gpio39 core voltage
This commit is contained in:
@@ -1711,8 +1711,8 @@ void EMSESP::start() {
|
||||
mqtt_.start(); // mqtt init
|
||||
system_.start(); // starts commands, led, adc, button, network (sets hostname), syslog & uart
|
||||
shower_.start(); // initialize shower timer and shower alert
|
||||
temperaturesensor_.start(); // Temperature external sensors
|
||||
analogsensor_.start(); // Analog external sensors
|
||||
temperaturesensor_.start(factory_settings); // Temperature external sensors
|
||||
analogsensor_.start(factory_settings); // Analog external sensors
|
||||
|
||||
// start web services
|
||||
webLogService.start(); // apply settings to weblog service
|
||||
|
||||
Reference in New Issue
Block a user