Fix typo with notification

This commit is contained in:
Luc
2019-09-08 15:43:54 +02:00
parent 7b2d4612df
commit 8c7b237c09
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {