Skip to content

Commit

Permalink
Fix capitalization of Baudrate in [DeviceComissioning] section.
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
acolomb committed Jun 4, 2024
1 parent b7b1242 commit 4d10c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sample.eds
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ LSS_Supported=0
[DeviceComissioning]
NodeID=2
NodeName=Some name
BaudRate=500
Baudrate=500
NetNumber=0
LSS_SerialNumber=0

Expand Down

0 comments on commit 4d10c84

Please sign in to comment.