fixed light command ctrl constant

This commit is contained in:
pinloon.lee
2021-03-31 16:01:07 +08:00
parent 062f08f8b0
commit 5e5c4ec884

View File

@@ -98,8 +98,8 @@ extern "C" {
/*--------------------- Control/State Constants ------------------------*/
#define LIGHT_CMD_CTRL_ALLOWED ((uint8_t)0x00)
#define LIGHT_CMD_CTRL_DISALLOWED ((uint8_t)0x01)
#define LIGHT_CMD_CTRL_ALLOWED ((uint8_t)0x01)
#define LIGHT_CMD_CTRL_DISALLOWED ((uint8_t)0x00)
#define VERSION_REQUEST_VALUE ((uint8_t)0x01)
#define STEER_NEUTRAL_REQUEST_VALUE ((uint8_t)0xee)