Skip to content

Commit 91af9b1

Browse files
authored
Reintroduce loop() in loop_wrapper() (arduino#495)
1 parent a2ab505 commit 91af9b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: libraries/MySensors/core/MyMainESP8266.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ static void loop_wrapper() {
9393
setup_done = true;
9494
}
9595
_process(); // Process incoming data
96+
loop();
9697
run_scheduled_functions();
9798
esp_schedule();
9899
}

0 commit comments

Comments
 (0)