ThingPulse / esp8266-weather-station-color

ESP8266 Weather Station in Color using ILI9341 TFT 240x320 display
https://thingpulse.com/product/esp8266-wifi-color-display-kit-2-4/
MIT License
565 stars 221 forks source link

Wont conenct to Wifi #168

Closed Zico36 closed 4 months ago

Zico36 commented 9 months ago

Use one of the two templates below and delete the rest.

8<------------------------ BUG REPORT -----------------------------------------

Expected behavior

Should connect to Wifi

Actual behavior

Stuck in loading screen for wifi connection

Weather Station Color version

Which branch are you on? If you know the Git revision then add it here as well.

Hardware

Describe whether you run the code on the ThingPulse Weather Station Color kit or on some custom hardware.

8<------------------------ END BUG REPORT -------------------------------------

friedpa commented 8 months ago

I have unfortunately overwriten the SW, after flashing the old Thingpulse SW again I also lost the Wifi. Something in the WiFi libary changed and the ESP8266 is not connecting anymore....

JohnyPeaN commented 5 months ago

Got it working by setting WIFI_HOSTNAME in settings.h to something shorter like "wstation". The default string is probably too long.