From: Mark Qvist Date: Thu, 10 Apr 2025 11:02:10 +0000 (+0200) Subject: Fixed typo X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=3df940c79158bf9b67c2649f23e3b48947db1b5c;p=lora-radio.git Fixed typo --- 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