From 3eb6e0d7373712d1636201e11f69cad0ed426870 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Mon, 5 May 2025 10:39:39 +0800 Subject: Working radio setup. --- lock/Fend.Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lock/Fend.Makefile') diff --git a/lock/Fend.Makefile b/lock/Fend.Makefile index 8bc3e72..def0112 100644 --- a/lock/Fend.Makefile +++ b/lock/Fend.Makefile @@ -1,6 +1,6 @@ CC = avr-gcc MCU = atmega328p -PORT = /dev/cuaU1 +PORT = /dev/cuaU0 TARGET = fend SRC = fend.c fpm.c uart.c nrfm.c util.c @@ -12,7 +12,7 @@ CFLAGS += -Wall CFLAGS += -mmcu=$(MCU) CFLAGS += -DBAUD=57600 CFLAGS += -DF_CPU=16000000UL -CFLAGS += -DDEBUG=0 +CFLAGS += -DDEBUG=1 CFLAGS += -DFPM_PWD=$(FPM_PWD) CFLAGS += -ffunction-sections -fdata-sections -- cgit v1.2.3