witnessmenow / arduino-youtube-api

A wrapper around the youtube api for arduino
MIT License
143 stars 48 forks source link

Does not connect to wifi #2

Closed SensorsIot closed 7 years ago

SensorsIot commented 7 years ago

Little change was necessary in the example file:

WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) {

witnessmenow commented 7 years ago

Hey Andreas,

I actually made that change after your reply on YouTube but I guess I haven't pushed it up to github yet!

I will do it when I home later. Thanks!

witnessmenow commented 7 years ago

Updated example with @SensorsIot suggestion