mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Begin work on FlexRay support
This commit is contained in:
@@ -12,7 +12,8 @@ enum class Command : uint8_t {
|
||||
SetDefaultSettings = 0xA8, // Follow up with SaveSettings to write to EEPROM
|
||||
RequestStatusUpdate = 0xBC,
|
||||
ReadSettings = 0xC7, // Previously known as 3G_READ_SETTINGS_EX
|
||||
UpdateLEDState = 0xA7
|
||||
UpdateLEDState = 0xA7,
|
||||
FlexRayControl = 0xF3
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user