From eef5b01f7470c89adf7444a8f75185a72d019026 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Fri, 28 Jul 2017 13:56:20 -0400 Subject: [PATCH] Enabling RSSI for ZUMspot USB and ZUMspot RPi --- configs/ZUMspot_RPi.h | 2 +- configs/ZUMspot_USB.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/ZUMspot_RPi.h b/configs/ZUMspot_RPi.h index ee071bb..dca35c0 100644 --- a/configs/ZUMspot_RPi.h +++ b/configs/ZUMspot_RPi.h @@ -45,7 +45,7 @@ #define ENABLE_SCAN_MODE // Send RSSI value: -// #define SEND_RSSI_DATA +#define SEND_RSSI_DATA // Enable Nextion LCD serial port repeater on USART2 (ZUMspot Libre Kit and ZUMspot RPi): #define SERIAL_REPEATER diff --git a/configs/ZUMspot_USB.h b/configs/ZUMspot_USB.h index 514f835..3d124a6 100644 --- a/configs/ZUMspot_USB.h +++ b/configs/ZUMspot_USB.h @@ -45,7 +45,7 @@ #define ENABLE_SCAN_MODE // Send RSSI value: -// #define SEND_RSSI_DATA +#define SEND_RSSI_DATA // Enable Nextion LCD serial port repeater on USART2 (ZUMspot Libre Kit and ZUMspot RPi): // #define SERIAL_REPEATER