Unable to make changes in WiFi.cpp file of ESP8266
Posted: Thu May 25, 2017 9:08 am
I have added Serial.print("xxx"); in WiFi.cpp file at the beginning of begin(ssid, pswrd) function. But those changes are not getting reflected (Text is not printed when WiFi.begin() is called) in the sketch.
How can I make changes in WiFi.cpp file (My objective is to add serial.print command to WiFi.cpp file)?
How can I make changes in WiFi.cpp file (My objective is to add serial.print command to WiFi.cpp file)?