janitz / Bascetta_Star

white origami star with esp8266, ws2812, and a custom web page (html, css, js, json, lua, vbs)
Other
1 stars 0 forks source link

LF in config text files #3

Open janitz opened 4 years ago

janitz commented 4 years ago

git seems to replace LF with CRLF...

having CRLF in the state.txt will send "color\r" instead of "color" as end of main.js (main.min.js), which breaks the browser interpretation of the script....

janitz commented 4 years ago

if you can open the main.html but the star in background doesn't appear: open it again with argument ?cmd=bFade2 (eg: http://192.168.0.1/main.html?cmd=bFade2) this will overwrite the state.txt with LF instead of CRLF you only have to do this once