Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By FullBrain
#42819 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?