Merge branch 'master' into v0.3.0-dev

This commit is contained in:
Paul Hollinsky
2021-06-11 15:40:42 -04:00
13 changed files with 1203 additions and 256 deletions
+3
View File
@@ -18,6 +18,9 @@ enum class Command : uint8_t {
GetSecondaryVersions = 0xA9, // Previously known as RED_CMD_PERIPHERALS_APP_VERSION_REQ, versions other than the main chip
RequestStatusUpdate = 0xBC,
ReadSettings = 0xC7, // Previously known as 3G_READ_SETTINGS_EX
SetVBattMonitor = 0xDB, // Previously known as RED_CMD_CM_VBATT_MONITOR
RequestBitSmash = 0xDC, // Previously known as RED_CMD_CM_BITSMASH
GetVBattReq = 0xDF, // Previously known as RED_CMD_VBATT_REQUEST
MiscControl = 0xE7,
FlexRayControl = 0xF3
};