mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
Fix typo with notification
This commit is contained in:
@@ -424,7 +424,7 @@ bool NotificationsService::begin()
|
||||
return false;
|
||||
break;
|
||||
}
|
||||
if (CONFIG::read_byte (ESP_NOTIFICATION_TYPE, &bbuf ) ) {
|
||||
if (CONFIG::read_byte (ESP_AUTO_NOTIFICATION, &bbuf ) ) {
|
||||
_autonotification = (bbuf == 0) ? false: true;
|
||||
}
|
||||
if (!res) {
|
||||
|
||||
Reference in New Issue
Block a user