1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

let's not wait too much :) telnet running here

This commit is contained in:
John Doe 2015-07-03 14:21:41 +03:00 committed by Ivan Grokhotkov
parent d969115cda
commit ace974aede

View File

@ -92,5 +92,5 @@ void loop() {
} }
free(sbuf); free(sbuf);
} }
delay(100); delay(1);
} }