Heater algoritm now 10/10min, was 5/15min

This commit is contained in:
marcel
2024-02-28 16:30:15 +01:00
parent 82342b82a5
commit 08b845f792
13 changed files with 34342 additions and 11 deletions

9
article/Makefile Normal file
View File

@@ -0,0 +1,9 @@
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