Merge branch 'mqtt' into mqtt_plus

This commit is contained in:
Jonathan Naylor 2024-05-23 12:48:03 +01:00
commit 7eb67a83e2
10 changed files with 74 additions and 29 deletions

View file

@ -1,5 +1,7 @@
# This makefile is for all platforms.
# If you have the resampler library installed, add -DHAS_SRC to the CFLAGS line, and -lsamplerate to the LIBS line.
CC = cc
CXX = c++
CFLAGS = -g -O3 -Wall -std=c++0x -pthread -I/usr/local/include