I dont know if its me or the library BUT.
I always get a timeout when i use Wifi.ping();
When i send the AT+PING="host" command manually it works just fine. So its not the module i think.
My Serial is at 9600 (arduino-computer)
My SoftwareSerial (arduino-ESP8266) is also at 9600
i used "AT+UART_DEF=9600,8,1,0,0"
to set my baudrate to 9600
I dont know if its me or the library BUT. I always get a timeout when i use Wifi.ping(); When i send the AT+PING="host" command manually it works just fine. So its not the module i think.