Fix to call render_msg_gps_fix function in render switch
This commit is contained in:
@@ -316,7 +316,7 @@ int lcd::loop(unsigned long timeout_ms) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case screen::msg_gps_fix:
|
case screen::msg_gps_fix:
|
||||||
|
this->render_msg_gps_fix();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user