send rref to mqtt

This commit is contained in:
2024-01-22 22:00:14 +01:00
parent 60cfcf0bc7
commit 0ac6418870
5 changed files with 100 additions and 7 deletions

View File

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