Merge branch 'master' into mqtt

This commit is contained in:
Jonathan Naylor 2023-10-25 17:03:53 +01:00
commit c3d8a4ce9d
14 changed files with 401 additions and 180 deletions

View file

@ -3,7 +3,7 @@
CC = cc
CXX = c++
CFLAGS = -g -O3 -Wall -std=c++0x -pthread -DHAVE_LOG_H -I/usr/local/include
LIBS = -lpthread -lutil -lmosquitto
LIBS = -lpthread -lutil -lsamplerate -lmosquitto
LDFLAGS = -g -L/usr/local/lib
OBJECTS = \