nodemcu-firmware/app/modules/net_ping.h

4 lines
58 B
C

#ifdef NET_PING_ENABLE
int net_ping(lua_State *L);
#endif