comparison Discovery/Src/settings.c @ 801:ff66b41d6fe4

Update RTE version number
author Ideenmodellierer
date Thu, 10 Aug 2023 21:24:04 +0200
parents 75ace7af8212
children dd7ce655db26 ee3c0029ed34
comparison
equal deleted inserted replaced
800:f8a112c5e71d 801:ff66b41d6fe4
40 static uint8_t settingsWarning = 0; /* Active if setting values have been corrected */ 40 static uint8_t settingsWarning = 0; /* Active if setting values have been corrected */
41 41
42 SSettings Settings; 42 SSettings Settings;
43 43
44 const uint8_t RTErequiredHigh = 3; 44 const uint8_t RTErequiredHigh = 3;
45 const uint8_t RTErequiredLow = 1; 45 const uint8_t RTErequiredLow = 2;
46 46
47 const uint8_t FONTrequiredHigh = 1; 47 const uint8_t FONTrequiredHigh = 1;
48 const uint8_t FONTrequiredLow = 0; 48 const uint8_t FONTrequiredLow = 0;
49 49
50 uint8_t RTEactualHigh = 0; 50 uint8_t RTEactualHigh = 0;
552 pSettings->ext_sensor_map[3] = pSettings->ext_sensor_map_Obsolete[3]; 552 pSettings->ext_sensor_map[3] = pSettings->ext_sensor_map_Obsolete[3];
553 pSettings->ext_sensor_map[4] = pSettings->ext_sensor_map_Obsolete[4]; 553 pSettings->ext_sensor_map[4] = pSettings->ext_sensor_map_Obsolete[4];
554 pSettings->ext_sensor_map[5] = SENSOR_NONE; 554 pSettings->ext_sensor_map[5] = SENSOR_NONE;
555 pSettings->ext_sensor_map[6] = SENSOR_NONE; 555 pSettings->ext_sensor_map[6] = SENSOR_NONE;
556 pSettings->ext_sensor_map[7] = SENSOR_NONE; 556 pSettings->ext_sensor_map[7] = SENSOR_NONE;
557 557 // no break;
558 default: 558 default:
559 pSettings->header = pStandard->header; 559 pSettings->header = pStandard->header;
560 break; // no break before!! 560 break; // no break before!!
561 } 561 }
562 } 562 }