ESP as Wi-Fi module
Posted: Thu Mar 10, 2016 8:16 am
I use ESP as wi-fi module. I want connect to Blynk. I include needed libraries, but during the compilation, i get error ""IPAddress" was not declared in this scope".
Code:
Blynk.begin(auth, "New Secret AP", "kumis99999", IPAddress(192,168,43,205) , 8443);
What i must do that repair this code?
Code:
Blynk.begin(auth, "New Secret AP", "kumis99999", IPAddress(192,168,43,205) , 8443);
What i must do that repair this code?