OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Bee (OSBee) › The useage of html2raw.cpp to convert *.html files › Reply To: The useage of html2raw.cpp to convert *.html files
June 13, 2017 at 2:27 am
#46726
Ray
Keymaster
html2raw is the source code for a program that converts HTML to raw string that you can embed in the firmware code. You can’t run it directly, you have to compile it:
g++ -o html2raw html2raw.cpp
(or use gcc -o html2raw html2raw.cpp)
Then run ./html2raw