speedyg0nz / MagInkDash

E-Ink Magic Dashboard that runs off a battery powered Inkplate 10; displaying content from Google Calendar, OpenWeatherMap and OpenAI that are retrieved and rendered by a Raspberry Pi.
Apache License 2.0
124 stars 14 forks source link

joinAP #3

Open GeoHolz opened 1 year ago

GeoHolz commented 1 year ago

Hello here and thanks ! :-)

I have a problem with the complilation:

Compilation error: 'class Inkplate' has no member named 'joinAP'

GeoHolz commented 1 year ago

With new version, we need to use
while (!display.connectWiFi(ssid, password)) { Serial.print('.'); delay(1000); }