Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By m.maazi
#66680 Hi.
I have a web page and when I try to submit it, my esp8266 resets. I think I know what the problem is:
My arguments on post submit are being stored in a string variable and when that variable exceeds the limit of my ram, the module resets.
Any suggestion on how to solve this problem?
Can I use progmem space?
My program is based on this:
https://www.john-lassen.de/en/projects/esp-8266-arduino-ide-webconfig
Thanks. ;)