Resolved! What Can I do for solve this error? I refer to this GitHub! https://github.com/jrmejiaa/ESP8266 char *arg[CountOfParameter]; <-- this part makes error
#include "ESP8266.h" #include "ESP8266Config.h" //######################################################################################################### bool Wifi_SendRaw(uint8_t *data,uint16_t len) { if(len <= _WIFI_TX_SIZE) { // Send the i...