1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-20 00:35:44 +00:00
This commit is contained in:
Otto Winter
2019-05-24 23:08:04 +02:00
parent ef0237c4ca
commit 8b6763e670
3 changed files with 9 additions and 25 deletions

View File

@@ -29,6 +29,4 @@ void setup() {
App.setup();
}
void loop() {
App.loop();
}
void loop() { App.loop(); }