diff --git a/Makefile b/Makefile index 2f6c5c2..e1f9960 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ ENABLE_MESSENGER_SHOW_RX_FREQ := 1 # 124 (+20) bytes ENABLE_MESSENGER_SHOW_RX_TX_FREQ := 1 # 156 bytes -ENABLE_MESSENGER_UART := 1 +ENABLE_MESSENGER_UART := 0 # 3408 bytes ENABLE_MESSENGER_ENCRYPTION := 1 # 140 bytes @@ -83,7 +83,7 @@ ENABLE_DOCK := 0 #Thanks to KD8CEC for sharing his code / We have to check the code better, i just code & paste it to the right places... # 1476 bytes -ENABLE_LIVESEEK_MHZ_KEYPAD := 0 +ENABLE_LIVESEEK_MHZ_KEYPAD := 1 # ---- DEBUGGING ---- diff --git a/app/messenger.c b/app/messenger.c index e0cdc5d..7e050a9 100644 --- a/app/messenger.c +++ b/app/messenger.c @@ -711,7 +711,9 @@ void MSG_StorePacket(const uint16_t interrupt_bits) if(gEeprom.MESSENGER_CONFIG.data.ack) { if (dataPacket.data.payload[5] == 'R' && dataPacket.data.payload[6] == 'C' && dataPacket.data.payload[7] == 'V' && dataPacket.data.payload[8] == 'D') { - UART_printf("SVC