Merge branch 'ipv6' into SimpleDMR

This commit is contained in:
Jonathan Naylor
2020-09-06 11:57:11 +01:00
15 changed files with 200 additions and 132 deletions

View File

@@ -2,7 +2,7 @@
CC = gcc
CXX = g++
CFLAGS = -g -O3 -Wall -std=c++0x -pthread -DOLED -I/usr/local/include
CFLAGS = -g -O3 -Wall -std=c++0x -pthread -DHAVE_LOG_H -DOLED -I/usr/local/include
LIBS = -lArduiPi_OLED -lwiringPi -lpthread
LDFLAGS = -g -L/usr/local/lib