This commit is contained in:
MX 2023-04-05 00:52:52 +03:00
parent 85aabe7c0c
commit 70eefe6de3
No known key found for this signature in database
GPG Key ID: 7CCC66B7DBDD1C83

View File

@ -69,11 +69,11 @@ const uint32_t bin_raw_value[BIN_RAW_COUNT] = {
SubGhzProtocolFlag_Decodable | SubGhzProtocolFlag_BinRAW, SubGhzProtocolFlag_Decodable | SubGhzProtocolFlag_BinRAW,
}; };
#define STAR_LINE_COUNT 2 #define STAR_LINE_COUNT 2
const char* const star_line_text[BIN_RAW_COUNT] = { const char* const star_line_text[STAR_LINE_COUNT] = {
"OFF", "OFF",
"ON", "ON",
}; };
const uint32_t star_line_value[SPEAKER_COUNT] = { const uint32_t star_line_value[STAR_LINE_COUNT] = {
SubGhzStarLineIgnoreDisable, SubGhzStarLineIgnoreDisable,
SubGhzStarLineIgnoreEnable, SubGhzStarLineIgnoreEnable,
}; };