blub #175

Merged
mkranz merged 1 commits from kranz_enum into main 2023-03-23 13:59:32 +01:00
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
import datetime
import enum
import logging
import struct
@ -32,7 +33,7 @@ class Info:
RESET_GNSS = "Reset GNSS using reset pin"
class SetId:
class SetId(enum.IntEnum):
HK = 0