added vehicle status message

This commit is contained in:
2024-05-28 03:45:00 +02:00
parent 7080707f9d
commit 4620d0a7ed
3 changed files with 43 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ typedef enum {
typedef enum {
CLS_CH_STA_HEATBEAT = 0, // 0b000
CLS_CH_STA_1 = 1, // 0b001
CLS_CH_STA_VEHICLE = 1, // 0b001
CLS_CH_STA_2 = 2, // 0b010
CLS_CH_STA_3 = 3, // 0b011
CLS_CH_STA_4 = 4, // 0b100