ayushsharma82 / ESP-DASH

Blazing fast library to create a functional dashboard for ESP8266 / ESP32
https://espdash.pro
GNU General Public License v3.0
958 stars 200 forks source link

Soft-AP example doesn't show cards #202

Closed shanemmattner closed 7 months ago

shanemmattner commented 8 months ago

I'm trying to run example code with the soft-ap and the cards don't appear to be loading. See screenshot below but note I was connected to the ESP32 dash server, but to send the picture I disconnected from ESP32 ap and connected to regular wifi.

To Reproduce

Expected behavior I expected to see cards with changing numbers

Screenshots esp-dash

Additional context Add any other context about the problem here.

Grochocinski commented 8 months ago

I was running into the same issue but I discovered it was due to running an unsupported version of the ArudinoJson library (7.0.2). Once I rolled back the ArduinoJson library to 6.17.0, all my cards were displayed.

ayushsharma82 commented 7 months ago

Fixed with v4.0.4 of lite version and v4.4.0 of Pro.