diff options
Diffstat (limited to 'polycom_xmit/Makefile')
-rw-r--r-- | polycom_xmit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polycom_xmit/Makefile b/polycom_xmit/Makefile index 3e2aae5..d90f22c 100644 --- a/polycom_xmit/Makefile +++ b/polycom_xmit/Makefile @@ -6,7 +6,7 @@ INCLUDES=-Idummy GCCFLAGS=-fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -ffunction-sections -fdata-sections -PORT=/dev/ttyUSB0 +PORT=/dev/ttyUSB1 #BAUD=-b 921600 #BAUD=-b 460800 #BAUD=-b 200000 @@ -25,7 +25,7 @@ PROG0=${PROG}.0 PROG1=${PROG}.1 PROG2=${PROG}.2 -SRC=main.c webserver.c util.c reset.c wifi.c uart.c upgrade.c gpio.c msg.c +SRC=main.c webserver.c util.c reset.c wifi.c uart.c upgrade.c gpio.c msg.c mdns.c UART_BAUD=115200 |