minor gps update

This commit is contained in:
2023-02-05 12:52:43 +01:00
parent 04f5a76962
commit 5e27a22a85
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ _LOGGER = logging.getLogger(__name__)
class OpCode:
REQ_OS_HK = ["0", "hk-os"]
RESET_GNSS = ["5", "reset"]
REQ_OS_HK = ["hk"]
RESET_GNSS = ["reset"]
class Info: