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:
@ -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)
|
||||
|
Reference in New Issue
Block a user