1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Emulation on host: updates (#8409)

* mock: +Hash, +scheduled functions
Co-authored-by: Max Prokhorov <prokhorov.max@outlook.com>
This commit is contained in:
david gauchard
2022-01-03 14:23:45 +01:00
committed by GitHub
parent d0cc3a80f8
commit 2f58f679ee
4 changed files with 15 additions and 2 deletions

View File

@ -308,6 +308,7 @@ int main (int argc, char* const argv [])
if (!fast)
usleep(1000); // not 100% cpu, ~1000 loops per second
loop();
loop_end();
check_incoming_udp();
if (run_once)