Fix to call render_msg_gps_fix function in render switch

This commit is contained in:
2026-03-24 18:08:07 +01:00
parent 898879e427
commit ba61e9de68

View File

@@ -316,7 +316,7 @@ int lcd::loop(unsigned long timeout_ms) {
break;
case screen::msg_gps_fix:
this->render_msg_gps_fix();
break;
default: