mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-07-23 23:11:01 -04:00
Added display reconditioning function
This commit is contained in:
parent
571e7d7105
commit
6c82de161c
3 changed files with 2 additions and 4 deletions
|
@ -1510,7 +1510,6 @@ void db_conf_save(uint8_t val) {
|
|||
void drot_conf_save(uint8_t val) {
|
||||
#if HAS_DISPLAY
|
||||
if (val >= 0x00 and val <= 0x03) {
|
||||
eeprom_update(eeprom_addr(ADDR_CONF_BSET), CONF_OK_BYTE);
|
||||
eeprom_update(eeprom_addr(ADDR_CONF_DROT), val);
|
||||
hard_reset();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue