florianlederer / mvv-display-for-ESP32

Show the departures for your station. Only for MVV.
GNU General Public License v3.0
67 stars 16 forks source link

Running on ESP8266 #33

Open Leomirdroid opened 3 years ago

Leomirdroid commented 3 years ago

To further reduce the footprint I tried to use Heltec ESP8266 / Wifi Kit 8 with an onboard display or a WEMOS D1 Mini. I installed the board configurations and the boards work fine. To get the code running I have to change #include and #include to #include and #include . First the serial monitor shows nothing. When I delete the void display setup_display content (could be messing with my display setup) the serial monitor shows "Error: Couldn't send GET: -1" (the code runs fine on my ESP32). Any Ideas what could be the problem? Thank you so much! Great work!