Skip to content

Commit

Permalink
Merge pull request #111 from MideTechnology/feature/110_device_serial…
Browse files Browse the repository at this point in the history
…_interface_marker

Added `<SerialCommandInterface>` to `<RecorderInfo>`
  • Loading branch information
StokesMIDE committed Feb 15, 2022
2 parents e47beeb + f6d6a9d commit bc383b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions idelib/schemata/mide_ide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
<StringElement name="McuType" id="0x521E" multiple="0" minver="1">Code indicating the type of CPU.</StringElement>
<StringElement name="BootloaderRevStr" id="0x521F" multiple="0" minver="1">Bootloader revision string.</StringElement>
<UIntegerElement name="BootloaderRev" id="0x5220" multiple="0" minver="1">Incrementing bootloader revision level</UIntegerElement>
<MasterElement name="SerialCommandInterface" id="0x5230" multiple="0" minver="2" mandatory="0">Present in the device's DEVINFO if it supports control via serial</MasterElement>
</MasterElement>
<!-- SensorList and PlotList are optional; there are defaults that will be used. The use of defaults is all-or-nothing; the file should define all sensors or have no SensorList at all. -->
<MasterElement name="SensorList" id="0x5240" multiple="0" minver="2">Master element for the SensorList items
Expand Down

0 comments on commit bc383b3

Please sign in to comment.