Refactor Syrlinks COM #176

Merged
muellerr merged 4 commits from refactoring_syrlinks_com_if into main 2023-03-24 14:59:15 +01:00
3 changed files with 30 additions and 27 deletions
Showing only changes of commit 996d102a39 - Show all commits

View File

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