Skip to content

Commit 74a0490

Browse files
committed
[S1 BSP] Add pilot-cmd config to default_config
1 parent 93f89a7 commit 74a0490

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

target/sieon/s1/board/default_config.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ target = "SIEON S1"\n
4040
chan = 0\n
4141
type = "usb"\n
4242
name = "usbd0"\n
43-
auto-switch = true
43+
auto-switch = true\n
44+
[pilot-cmd]\n
45+
stick-channel = [4,3,1,2]\n
46+
[pilot-cmd.device]\n
47+
type = "rc"\n
48+
name = "rc"\n
49+
protocol = "auto"\n
50+
channel-num = 8\n
51+
sample-time = 0.05\n
52+
range = [1000,2000]
4453
);
4554
// clang-format on

0 commit comments

Comments
 (0)