This website requires JavaScript.
Explore
Help
Sign in
klaute
/
lumini_p30_control
Watch
1
Star
0
Fork
You've already forked lumini_p30_control
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
076a0162c4
lumini_p30_control
/
tools
/
html2string.sh
5 lines
41 B
Bash
Raw
Normal View
History
Unescape
Escape
Added a script which converts html pages into arduino strings. Added beta state code for html page generation.
2023-05-01 19:23:31 +02:00
#!/bin/bash
First working version with the new html page generation out of SPIFFS files.
2023-05-02 13:46:25 +02:00
cat
$1
|
sed -e
"s/^ *//ig"
Added a script which converts html pages into arduino strings. Added beta state code for html page generation.
2023-05-01 19:23:31 +02:00
Reference in a new issue
Copy permalink