From 59de6f7758284bf11d296c9496a4de2eaafab1c5 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Wed, 20 Mar 2024 21:02:17 +0800 Subject: [PATCH] add config.json --- configs/config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 configs/config.json diff --git a/configs/config.json b/configs/config.json new file mode 100644 index 0000000..e7f7aea --- /dev/null +++ b/configs/config.json @@ -0,0 +1,9 @@ +{ + "deviceId": "", + "disinfectantWeightCorrectionFactor": 0.8500000238418579, + "dvalueCoefficient": 2.0, + "iflytopSubDeviceCanBitrate": 500000, + "iflytopSubDeviceCanIFName": "can0", + "pipettingRobotCanBitrate": 500000, + "pipettingRobotCanIFName": "can1" + } \ No newline at end of file