mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
7a77d76438
* Net_info module exposing ping function initial commit * Ping as a part of net module * Sent callback implemented * Add NET_PING_ENABLE macro Authored-by: vsky <blue205@centrum.cz> with support from TerryE
4 lines
58 B
C
4 lines
58 B
C
#ifdef NET_PING_ENABLE
|
|
int net_ping(lua_State *L);
|
|
#endif
|