robertoostenveld / arduino

Arduino electronics hacking
http://robertoostenveld.nl/category/arduino/
198 stars 96 forks source link

missing String.h library #4

Closed smadds closed 5 years ago

smadds commented 6 years ago

Arduino IDE (1.8.5) compilation is failing:

`In file included from /home/simon/robertoostenveld.arduino/esp8266_artnet_dmx512/esp8266_artnet_dmx512.ino:17:0: sketch/setup_ota.h:6:20: fatal error: String.h: No such file or directory

include `

I'm compiling to "WeMos D1 mini Pro" and my board definitions are up to date.

Any idea where I can locate this library?

robertoostenveld commented 5 years ago

sorry, String.h was not needed. I also don't have it on my computer (macOS with Arduino 1.8.7), but the compiler did not complain about it.