This commit is contained in:
2025-09-30 08:32:47 +03:00
parent 5633b050e5
commit e26cf65079
4 changed files with 151 additions and 151 deletions

View File

@@ -73,14 +73,14 @@ extern "C"
const char component_1_line_1[] PROGMEM = "1:RED 2:GREEN";
const char component_1_line_2[] PROGMEM = "3:BLUE 4:WHITE";
const char component_2_line_1[] PROGMEM = "1:RED 2: ";
const char component_2_line_2[] PROGMEM = "3: 4: ";
const char component_3_line_1[] PROGMEM = "1:RED 2: ";
const char component_3_line_2[] PROGMEM = "3: 4: ";
const char component_4_line_1[] PROGMEM = "1:RED 2: ";
const char component_4_line_2[] PROGMEM = "3: 4: ";
const char component_2_line_1[] PROGMEM = "1:N/A 2:LOGO ";
const char component_2_line_2[] PROGMEM = "3:N/A 4:N/A ";
const char component_3_line_1[] PROGMEM = "1:N/A 2:N/A ";
const char component_3_line_2[] PROGMEM = "3:RUNW 4:N/A ";
const char component_4_line_1[] PROGMEM = "1:LOGO 2:N/A ";
const char component_4_line_2[] PROGMEM = "3:N/A 4:N/A ";
const char component_5_line_1[] PROGMEM = "1:400W 2:600W ";
const char component_5_line_2[] PROGMEM = "3: 4: ";
const char component_5_line_2[] PROGMEM = "3:N/A 4:N/A ";
#ifdef __cplusplus
}