blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.81k stars 1.38k forks source link

Compile time error MKR1010 #448

Closed frozap closed 5 years ago

frozap commented 5 years ago

Blynk library version: 0.5.4 IDE: Arduino IDE version: 1.8.8 Board type: MKR1010 Additional modules: [...]

Scenario, steps to reproduce

Blynk Example does not compile because WiFi101 instead of WiFiNINA is used Added "BlynkSimpleMKR1010.h" to my copy of Blynk library

Expected Result

Compiles

Actual Result

Does not compile

vshymanskyy commented 5 years ago

@frozap You should use the provided example for your device: https://github.com/blynkkk/blynk-library/blob/master/examples/Boards_WiFi/Arduino_MKR1010/Arduino_MKR1010.ino