Added basic primary driver display and display switch commands
This commit is contained in:
@@ -57,7 +57,7 @@ void setup() {
|
||||
delay(1000);
|
||||
driver_display->print_message("GPS Init Complete");
|
||||
delay(1000);
|
||||
router::send(MOD_LCD, TASK_DISPLAY_GPS_DEBUG);
|
||||
router::send(MOD_LCD, TASK_DISPLAY_DRIVER_PRIMARY);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
||||
Reference in New Issue
Block a user