maintenance mode (display logic adjustment)
This commit is contained in:
parent
bc87dcb205
commit
cd3195ec9b
@ -159,7 +159,7 @@ void dp_init(bool verbose) {
|
||||
#if !(BOOTMENU)
|
||||
delay(8000);
|
||||
#endif
|
||||
dp_contrast(DISPLAYCONTRAST);
|
||||
|
||||
#endif // HAS_LORA
|
||||
|
||||
} // verbose
|
||||
|
@ -540,6 +540,8 @@ void setup() {
|
||||
|
||||
// set runmode to normal
|
||||
RTC_runmode = RUNMODE_NORMAL;
|
||||
dp_clear();
|
||||
dp_contrast(DISPLAYCONTRAST);
|
||||
|
||||
vTaskDelete(NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user