From 3df940c79158bf9b67c2649f23e3b48947db1b5c Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 10 Apr 2025 13:02:10 +0200 Subject: [PATCH] Fixed typo --- Display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Display.h b/Display.h index 862a2e5..58b96c5 100644 --- a/Display.h +++ b/Display.h @@ -609,7 +609,7 @@ void draw_quality_bars(int px, int py) { } } -#if MODE == SX1280 +#if MODEM == SX1280 #define S_RSSI_MIN -105.0 #define S_RSSI_MAX -65.0 #else