database stuff, failure handling not working yet

This commit is contained in:
2020-06-22 15:26:04 +00:00
parent 19eb7209ee
commit 82803985aa
6 changed files with 137 additions and 11 deletions

View File

@ -1,7 +1,7 @@
CC=gcc
CFLAGS=-Wall
LDFLAGS=-lconfig -lpthread -lpaho-mqtt3c
LDFLAGS=-lconfig -lpthread -lpaho-mqtt3c -lmariadb
INST_DIR=/opt/sbin