Closed armageddon421 closed 2 years ago
what is causing real issues are invalid strings on rawdata page with character \ which are escaped into \
invalid output: (one extra character) var sbms="8%+9G\#|GIGMGMGKGJGKGHG<(g##-#1m#######1[############&E8%N(";
valid output: var sbms="8%+9I1#|GGGHGHGFGFGGGIG=(i##-#6?#######6)############&CZ%N(";
I think the sbms0 already escapes backslashes properly for the browser to handle them. The ESP32 code de-escapes them for the parsing for MQTT output. So actually the escape sequences are no problem right now.