-->
Page 1 of 1

BUFFER TOO BIG! PROGRAM STOPPED

PostPosted: Fri May 20, 2016 4:04 pm
by jlbachiochi
I got this error message today. What's it mean?

Re: BUFFER TOO BIG! PROGRAM STOPPED

PostPosted: Sat May 21, 2016 9:40 pm
by Mmiscool
If you print to much text to the the browser it will fill up the html buffer. If the buffer gets too full you will crash the device. This was added to prevent crashing. I think the output page buffer can handle about 4000 characters. This includes and html gui eliments.

If you use the cls command you can clear the html buffer.

Re: BUFFER TOO BIG! PROGRAM STOPPED

PostPosted: Sun May 22, 2016 8:16 am
by jlbachiochi
I have a bunch of lengthy drop down lists. This is most likely the culprit. Thanks for the information. I'm loving it. (I use both Liberty and Run Basics) :D

Re: BUFFER TOO BIG! PROGRAM STOPPED

PostPosted: Sun May 22, 2016 12:49 pm
by Mmiscool
Ohh. Excellent.

I have been a fan of LB and RB for over 10 years.

Been using them as the model for ESP Basic. How did you hear about the esp8266 and esp basic?