Skip to content

Commit abf22d0

Browse files
committed
ini: update all configs with a quote at the start of a value to embed the quotes.
1 parent d2813e2 commit abf22d0

72 files changed

Lines changed: 201 additions & 95 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

configs/by_interface/mesa/hm2-modbus/7i96s-modbus-bldc.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ STEPSPACE = 40000
195195
DRIVER=hm2_eth
196196
BOARD_IP=10.10.10.10
197197
BOARD=7i96s
198-
CONFIG=""
198+
CONFIG='""'
199199

200200
[MODBUS]
201-
PORTS="hm2_7i96s.0.pktuart.0"
202-
MBCCBS="brushless-dc-motor-driver.mbccb"
201+
PORTS='"hm2_7i96s.0.pktuart.0"'
202+
MBCCBS='"brushless-dc-motor-driver.mbccb"'

configs/by_interface/mesa/hm2-modbus/7i96s-modbus-bldc_and_wavebox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ STEPSPACE = 40000
195195
DRIVER=hm2_eth
196196
BOARD_IP=10.10.10.10
197197
BOARD=7i96s
198-
CONFIG=""
198+
CONFIG='""'
199199

200200
[MODBUS]
201-
PORTS="hm2_7i96s.0.pktuart.0"
202-
MBCCBS="bldc_and_wavebox.mbccb"
201+
PORTS='"hm2_7i96s.0.pktuart.0"'
202+
MBCCBS='"bldc_and_wavebox.mbccb"'

configs/by_interface/mesa/hm2-modbus/7i96s-modbus-wavebox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ STEPSPACE = 40000
194194
DRIVER=hm2_eth
195195
BOARD_IP=10.10.10.10
196196
BOARD=7i96s
197-
CONFIG=""
197+
CONFIG='""'
198198

199199
[MODBUS]
200-
PORTS="hm2_7i96s.0.pktuart.0"
201-
MBCCBS="waveshare-modbus-rtu-relay-d.mbccb"
200+
PORTS='"hm2_7i96s.0.pktuart.0"'
201+
MBCCBS='"waveshare-modbus-rtu-relay-d.mbccb"'

configs/by_interface/mesa/hm2-servo/3x20-small.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ BIAS = 0.000
198198
[HOSTMOT2]
199199
DRIVER=hm2_pci
200200
BOARD=3x20
201-
CONFIG="firmware=hm2/3x20-1/SV24.BIT num_encoders=3 num_pwmgens=3 num_stepgens=0"
201+
CONFIG='"firmware=hm2/3x20-1/SV24.BIT num_encoders=3 num_pwmgens=3 num_stepgens=0"'

configs/by_interface/mesa/hm2-servo/4i65.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ BIAS = 0.000
198198
[HOSTMOT2]
199199
DRIVER=hm2_pci
200200
BOARD=4i65
201-
CONFIG="firmware=hm2/4i65/SVST8_4.BIT num_encoders=3 num_pwmgens=3 num_stepgens=0"
201+
CONFIG='"firmware=hm2/4i65/SVST8_4.BIT num_encoders=3 num_pwmgens=3 num_stepgens=0"'

configs/by_interface/mesa/hm2-servo/4i68.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ BIAS = 0.000
198198
[HOSTMOT2]
199199
DRIVER=hm2_pci
200200
BOARD=4i68
201-
CONFIG="firmware=hm2/4i68/SVST8_4.BIT num_encoders=3 num_pwmgens=3 num_stepgens=0"
201+
CONFIG='"firmware=hm2/4i68/SVST8_4.BIT num_encoders=3 num_pwmgens=3 num_stepgens=0"'

configs/by_interface/mesa/hm2-servo/5i20.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ BIAS = 0.000
198198
[HOSTMOT2]
199199
DRIVER=hm2_pci
200200
BOARD=5i20
201-
CONFIG="firmware=hm2/5i20/SVST8_4.BIT num_encoders=3 num_pwmgens=3 num_stepgens=0"
201+
CONFIG='"firmware=hm2/5i20/SVST8_4.BIT num_encoders=3 num_pwmgens=3 num_stepgens=0"'

configs/by_interface/mesa/hm2-servo/5i22-big.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ BIAS = 0.000
198198
[HOSTMOT2]
199199
DRIVER=hm2_pci
200200
BOARD=5i22
201-
CONFIG="firmware=hm2/5i22-1.5/SVST8_8.BIT num_encoders=3 num_pwmgens=3 num_stepgens=0"
201+
CONFIG='"firmware=hm2/5i22-1.5/SVST8_8.BIT num_encoders=3 num_pwmgens=3 num_stepgens=0"'

configs/by_interface/mesa/hm2-servo/5i22-small.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ BIAS = 0.000
198198
[HOSTMOT2]
199199
DRIVER=hm2_pci
200200
BOARD=5i22
201-
CONFIG="firmware=hm2/5i22-1/SVST8_8.BIT num_encoders=3 num_pwmgens=3 num_stepgens=0"
201+
CONFIG='"firmware=hm2/5i22-1/SVST8_8.BIT num_encoders=3 num_pwmgens=3 num_stepgens=0"'

configs/by_interface/mesa/hm2-servo/5i23.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ BIAS = 0.000
198198
[HOSTMOT2]
199199
DRIVER=hm2_pci
200200
BOARD=5i23
201-
CONFIG="firmware=hm2/5i23/SVST8_4.BIT num_encoders=3 num_pwmgens=3 num_stepgens=0"
201+
CONFIG='"firmware=hm2/5i23/SVST8_4.BIT num_encoders=3 num_pwmgens=3 num_stepgens=0"'

0 commit comments

Comments
 (0)