From ba61e9de68266e18496349d446253227cc345474 Mon Sep 17 00:00:00 2001 From: Hector van der Aa Date: Tue, 24 Mar 2026 18:08:07 +0100 Subject: [PATCH] Fix to call render_msg_gps_fix function in render switch --- src/modules/lcd/lcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/lcd/lcd.h b/src/modules/lcd/lcd.h index 166c0f0..c9e41e9 100644 --- a/src/modules/lcd/lcd.h +++ b/src/modules/lcd/lcd.h @@ -316,7 +316,7 @@ int lcd::loop(unsigned long timeout_ms) { break; case screen::msg_gps_fix: - + this->render_msg_gps_fix(); break; default: