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.83k stars 1.38k forks source link

BlynkSimpleEthernet.h: No such file or directory #404

Closed xtfishburnx closed 6 years ago

xtfishburnx commented 6 years ago

Blynk library version: 0.5.1 IDE: Arduino IDE version: 1.0.5 Board type: Arduino UNO Additional modules: None

Scenario, steps to reproduce

I am attempting to compile and upload the Arduino_Ethernet example.

Expected Result

I expect the code to compile and upload without a problem.

Actual Result

I get an error saying that the BlynkSimpleEthernet.h file does not exist. The error reads as "Arduino_Ethernet.ino:39:33: fatal error: BlynkSimpleEthernet.h: No such file or directory compilation terminated."

Refenz commented 6 years ago

@xtfishburnx Make sure that this file is present in your local library: BlynkSimpleEthernet.h Reinstall Blynk Library.

vshymanskyy commented 6 years ago

Not reproducible.