mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-gui.git
synced 2025-06-24 13:14:11 +08:00
27 lines
478 B
TOML
27 lines
478 B
TOML
[dev]
|
|
mqtt.server="146.56.195.129"
|
|
mqtt.port=1883
|
|
mqtt.username="cps-device-detect-1"
|
|
mqtt.password=""
|
|
|
|
sqlite3.path='detect.db'
|
|
sqlite3.sql='sql'
|
|
|
|
sched.db='sqlite:///detect-sched.db'
|
|
sched.coalesce=false
|
|
sched.max_instances=3
|
|
sched.thread_pool_workers=10
|
|
sched.process_pool_workers=3
|
|
|
|
lidar.target.baracode='3GGDLCM00201561'
|
|
|
|
ups.port='/dev/ttyUSB0'
|
|
ups.baudrate=115200
|
|
ups.bytesize=8
|
|
ups.stopbits=1
|
|
ups.parity='N'
|
|
ups.cmd.read.delay=0.3
|
|
|
|
gpio.lidar.pin=80
|
|
gpio.camera.pin=84
|