mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-07 23:43:51 +00:00
Add REGAUTH message before the NEW command.
This commit is contained in:
parent
807298a5e1
commit
4e94944d19
8 changed files with 261 additions and 26 deletions
|
|
@ -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 = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue