Skip to content

Commit 4d10c84

Browse files
committed
Fix capitalization of Baudrate in [DeviceComissioning] section.
As pointed out in #452, there is an inconsistency in the CiA 306 spec regarding the exact spelling. Under DeviceComissioning (sic!), it is spelled with a lowercase "r", while under DeviceInfo it is BaudRate_* with an uppercase "R". That change however broke the tests, because the library currently handles keys in a case-sensitive way (which is wrong in itself).
1 parent b7b1242 commit 4d10c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sample.eds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ LSS_Supported=0
3232
[DeviceComissioning]
3333
NodeID=2
3434
NodeName=Some name
35-
BaudRate=500
35+
Baudrate=500
3636
NetNumber=0
3737
LSS_SerialNumber=0
3838

0 commit comments

Comments
 (0)