data/config/_id_params.yaml in openc3-5.0.9 vs data/config/_id_params.yaml in openc3-5.0.10

- old
+ new

@@ -29,10 +29,11 @@ required: false description: Description for this parameter which must be enclosed with quotes values: "['\"].*['\"]" - name: Endianness required: false - description: Indicates if the data in this command is to be sent in Big Endian or Little Endian format + description: Indicates if the data in this command is to be sent in Big Endian or Little Endian format. + See guide on <a href="https://openc3.com/docs/v5/little-endian-bitfields">Little Endian Bitfields</a>. values: <%= %w(BIG_ENDIAN LITTLE_ENDIAN) %> UINT: parameters: *params FLOAT: parameters: *params