We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f088296 commit f5dbde5Copy full SHA for f5dbde5
gps_uart.c
@@ -167,6 +167,9 @@ GpsUart* gps_uart_enable()
167
gps_uart->status.altitude_units = ' ';
168
gps_uart->status.fix_quality = 0;
169
gps_uart->status.satellites_tracked = 0;
170
+ gps_uart->status.time_hours = 0;
171
+ gps_uart->status.time_minutes = 0;
172
+ gps_uart->status.time_seconds = 0;
173
174
gps_uart->notifications = furi_record_open(RECORD_NOTIFICATION);
175
0 commit comments