added str proc and str temperature set_id

This commit is contained in:
2022-05-24 18:56:15 +02:00
parent 1c3d67aa15
commit e88bf7e937
2 changed files with 26 additions and 4 deletions

View File

@ -85,6 +85,10 @@ class StarTrackerActionIds:
FIRMWARE_UPDATE = 84
class SetIds:
TEMPERATURE = 25
class FileDefs:
download_path = "/mnt/sd0/startracker"
json_file = "/mnt/sd0/startracker/full.json"