Add REGAUTH message before the NEW command.

This commit is contained in:
Jonathan Naylor 2024-07-11 14:26:04 +01:00
parent 807298a5e1
commit 4e94944d19
8 changed files with 261 additions and 26 deletions

View file

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