change in javascript comment

pull/827/head
Stefan Unz 2024-01-09 19:22:53 +00:00 zatwierdzone przez Adrian Batzill
rodzic fd5f64a816
commit 79fdc0f86d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -86,7 +86,7 @@ function StatusCtrl($rootScope, $scope, $state, $http, $interval, craftService)
var gpsHardwareCode = (status.GPS_detected_type & 0x0f);
var tempGpsHardwareString = "Not installed";
switch(gpsHardwareCode) {
// Keep in mind that this must be in sync with the enumeration in gps.go
// Keep in mind that this must be in sync with the enumeration in gen_gdl90.go
case 1:
tempGpsHardwareString = "Generic GPS device";
break;