Display config UI fixes - release

Add 2 entries as a replacement for the ST77xx driver name, remove SSD1306 default.
This commit is contained in:
Sebastien
2020-10-08 21:09:36 -04:00
parent be1d841039
commit d379858dd2
7 changed files with 12 additions and 15 deletions

View File

@@ -284,7 +284,7 @@ function delay_reboot(duration,cmdname, ota=false){
showCmdMessage(cmdname,'MESSAGING_WARNING','Rebooting the ESP32.\n',true);
}
else {
showLocalMessage('MESSAGING_WARNING','Rebooting the ESP32.\n')
showLocalMessage('Rebooting the ESP32.\n','MESSAGING_WARNING')
}
console.log('now triggering reboot');
$.ajax({