File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 fap_icon="gps_10px.png",
1010 fap_category="GPIO",
1111 fap_author="@ezod & @xMasterX",
12- fap_version="1.0 ",
12+ fap_version="1.1 ",
1313 fap_description="Works with GPS modules via UART, using NMEA protocol.",
1414)
Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ int32_t gps_app(void* p) {
149149
150150 gps_uart_init_thread (gps_uart );
151151 gps_uart -> changing_baudrate = true;
152- view_port_update (view_port );
153152 furi_mutex_release (gps_uart -> mutex );
153+ view_port_update (view_port );
154154 break ;
155155 case InputKeyRight :
156156 if (gps_uart -> speed_in_kms ) {
@@ -169,8 +169,8 @@ int32_t gps_app(void* p) {
169169 }
170170 }
171171 if (!gps_uart -> changing_baudrate ) {
172- view_port_update (view_port );
173172 furi_mutex_release (gps_uart -> mutex );
173+ view_port_update (view_port );
174174 } else {
175175 furi_delay_ms (1000 );
176176 gps_uart -> changing_baudrate = false;
You can’t perform that action at this time.
0 commit comments