rref requestable via mqtt

This commit is contained in:
2024-01-24 22:08:06 +01:00
parent 0ac6418870
commit 8853b3306a
7 changed files with 178 additions and 43 deletions

View File

@ -6,7 +6,7 @@ command:
gcc -o ${BIN}/command network.c command.c
readref:
gcc -o ${BIN}/readref network.c mqtt.c -lmosquitto readref.c
gcc -o ${BIN}/readref network.c mqtt.c -lmosquitto readref.c -lm
.PHONY: clean dirs
clean: