led_ctrl/config/config.toml

9 lines
176 B
TOML
Raw Normal View History

2025-06-05 09:03:12 +08:00
[serial]
port = "/dev/ttyS0"
baudrate = 115200
2025-06-05 09:24:58 +08:00
[mqtt]
host = "192.168.4.196:11883"
username = "zxwl"
password = "zxwl1234@"
topic = "/zxwl/vehicle/V060001/info"
qos = 1