1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 11:52:20 +01:00
This commit is contained in:
Otto Winter
2019-05-24 23:08:04 +02:00
parent 16c2929bb4
commit 12ff280d3b
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(); }