updated to new tmtc core

This commit is contained in:
2021-02-03 14:14:54 +01:00
parent be536aca49
commit a84d125b4b
12 changed files with 124 additions and 88 deletions

View File

@ -13,4 +13,4 @@ class PDUConfigTable:
class PDUHkTable:
temperature = TableEntry(bytearray([0x00, 0x28]), TableEntry.uint16_size)
# Ground WDT value (remaining seconds until reboot)
wdt_gnd_left = TableEntry(bytearray([0x00, 0x80]), TableEntry.uint32_size)
wdt_gnd_left = TableEntry(bytearray([0x00, 0x80]), TableEntry.uint32_size)