Weather station with ModBus over RS-485
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
308 B

html:
pandoc -s weather_station_article.md --toc --toc-depth=1 -c ./css/mvp.css \
--template ./template/template.html -o weather_station_article.html
pdf:
pandoc weather_station_article.md --toc -o weather_station_article.pdf --pdf-engine=xelatex -H ./template/custom_settings.tex
clean:
rm -rvf build