when you are moving to async, read the server readme ;) has examples for many cases, including large flash strings
we have tested it with over 40K
Clemens Kirchgatterer
@everslick
mayby my flash is borked and there is a byte stuck at '\0' hehehe
Me No Dev
@me-no-dev
you can check the return of html.concat(PSTR)
if true for the large string then it sees it as 0 length
Clemens Kirchgatterer
@everslick
yeah, i've studied the readme, very usful APIs there
no it was not 0, because most of the string was there, just the end of the string was missing
_
Me No Dev
@me-no-dev
maybe borked then for real
why not output to serial first to check it out?
Clemens Kirchgatterer
@everslick
because that code is now gone (never made it to git) :-P
Me No Dev
@me-no-dev
just on your ESP?
if you have nothing better to do and want to find out wether it's a bug, you can dump the flash and look for the string
Clemens Kirchgatterer
@everslick
i will wait, until it comes back. or i will a do minimal testcase for that anytime later.
but not today, it's 11pm here! :-) i'm off!
CU, and thx for the merge today!
Me No Dev
@me-no-dev
you are not far from me
germany?
Clemens Kirchgatterer
@everslick
austria
Me No Dev
@me-no-dev
nice
Clemens Kirchgatterer
@everslick
summer sucks currently! ;-)
Me No Dev
@me-no-dev
the best looking flight attendants ever
get on a plane :D
Clemens Kirchgatterer
@everslick
hehe. indeed, i had one in my study group (a former stewardess)
top notch!
so, anyway, i have to go
cu
Me No Dev
@me-no-dev
have fun :)
Germán Martín
@gmag11
@sticilface I've done MD5 calculation an checking on web page during upload in my FSBrowser GitHub repository. Have a look and ask any question you need.