mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
4 lines
58 B
C
4 lines
58 B
C
|
#ifdef NET_PING_ENABLE
|
||
|
int net_ping(lua_State *L);
|
||
|
#endif
|