1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

device test updates (#5455)

add test_ping
fix test_millis_mm
This commit is contained in:
liebman
2018-12-08 16:22:29 -08:00
committed by Develo
parent 4d15590096
commit 0550ccd46b
2 changed files with 60 additions and 1 deletions

View File

@ -14,7 +14,6 @@
extern "C" { // SDK functions for Arduino IDE access
#include "osapi.h"
#include "user_interface.h"
#include "espconn.h"
} //end, 'extern C'
//---------------------------------------------------------------------------