Hieromon / PageBuilder

An arduino library to create html string in the sketch for ESP8266/ESP32 WebServer.
MIT License
193 stars 40 forks source link

DynamicPage.ino gives an exception when running on esp8266. #36

Closed JesseRiemens closed 2 years ago

JesseRiemens commented 2 years ago

When running the DynamicPage example on an esp8266 it gives an exception when trying to access the / (root) URL.

Hieromon commented 2 years ago

@JesseRiemens Thank you for letting me know about this issue. It's not keeping up with the improvements in the String class of esp8266 arduino core. Fixed.

JesseRiemens commented 2 years ago

Perfect, this works. Can you make a new release so it shows up in PIO?

Hieromon commented 2 years ago

@JesseRiemens Released a commit for a fix as v1.5.2. After a while, the PIO and Arduino library managers will crawl and pick a release. Close an issue.