sweeper_whu/src/radio_ctrl/config/config.json

8 lines
133 B
JSON
Raw Normal View History

2025-08-29 16:37:57 +08:00
{
2025-09-16 13:56:35 +08:00
"serial_port": "/dev/uartPort",
2025-08-29 16:37:57 +08:00
"baudrate": 100000,
"rmoctl_para": {
2025-09-02 16:35:46 +08:00
"mcu_rpm_max": 3000,
2025-08-29 16:37:57 +08:00
"eps_angle_max": 40.0
}
}