From 41fb37dba965578b20e1af7dee1744e30d9df50b Mon Sep 17 00:00:00 2001 From: fro1991 Date: Fri, 3 Oct 2025 09:49:22 +0700 Subject: [PATCH] update --- src/types/gps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/gps.ts b/src/types/gps.ts index fbb6517..ac538a5 100644 --- a/src/types/gps.ts +++ b/src/types/gps.ts @@ -9,7 +9,7 @@ export enum GpsIgnitionStatus { "on" = "on", "off" = "off", "acc_low" = "acc_low", - "ac_high" = "ac_high", + "acc_high" = "acc_high", } export enum GpsEngineStatus {