wifi-tally_Oostendam/nodemcu-firmware/app/modules/net_ping.h

4 lines
58 B
C
Raw Normal View History

2021-09-27 19:52:27 +00:00
#ifdef NET_PING_ENABLE
int net_ping(lua_State *L);
#endif