0
0

Initial commit from DCSP - 2026/1/9 10:35:06

This commit is contained in:
xb
2026-01-09 10:35:06 +08:00
commit b07c7ba834
39 changed files with 5362 additions and 0 deletions

18
Star_sensorHS.json Normal file
View File

@@ -0,0 +1,18 @@
{
"star_sensors": [
{
"star_num": 1,
"type": "nano",
"device": "/dev/tnt0",
"baudrate": 115200,
"enabled": true
},
{
"star_num": 2,
"type": "nano",
"device": "/dev/tnt2",
"baudrate": 115200,
"enabled": true
}
]
}