добавил сценарии и класс сенсора

This commit is contained in:
Dmitry Borisenko
2022-01-14 21:48:43 +01:00
parent a18552c4f4
commit e6e3497c40
20 changed files with 857 additions and 33 deletions

View File

@@ -10,6 +10,8 @@ void configure(String& path) {
//=============================
} else if (value == F("pwm-out")) {
//=============================
} else if (value == F("analog-adc")) {
//=============================
} else {
SerialPrint(F("E"), F("Config"), F("config.json error, type not exist"));
}