blynkkk / blynk-sketch-generator

This repository is for generating Blynk sketches.
https://examples.blynk.cc
MIT License
25 stars 25 forks source link

Blynk Mega 2560 + ESP8266 wifi shield 'IPAddress' was not declared in this scope #77

Closed kuchsk closed 1 year ago

kuchsk commented 5 years ago

When uncomment - Blynk.begin(auth, wifi, ssid, pass, IPAddress(192,168,1,100), 8080); error appears - 'IPAddress' was not declared in this scope

https://examples.blynk.cc/?board=Arduino%20Mega%202560&shield=ESP8266%20WiFi%20Shield&example=GettingStarted%2FBlynkBlink

and i can't declare this in the scetch IPAddress local_IP(192, 168, 1, 11); IPAddress gateway(192, 168, 1, 1); IPAddress subnet(255, 255, 255, 0); IPAddress primaryDNS(8, 8, 8, 8); IPAddress secondaryDNS(8, 8, 4, 4);

vshymanskyy commented 1 year ago

Please use https://community.blynk.cc/