how can I change this value in Arduino IDE sketch? Is possible or is only available in direct programming or Lua? My nodeMCU Arduino disconnects from a AP router after one minute in silence. Is possible make a call in a arduino sketch?
extern "C" {
#include "espconn.h" // this can be done in this way?
}
#include <ESP8266WiFi.h>
.
setup(){
espconn_regist_time(???, 7200, 0) ; // how to setup this call?
.
.
.
loop(){
}
Thanks in advance.
Gilberto