mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-12 10:18:59 +08:00
Fix typo with notification
This commit is contained in:
parent
7b2d4612df
commit
8c7b237c09
@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
//version and sources location
|
//version and sources location
|
||||||
#define FW_VERSION "2.1.0.b38"
|
#define FW_VERSION "2.1.0.b39"
|
||||||
#define REPOSITORY "https://github.com/luc-github/ESP3D"
|
#define REPOSITORY "https://github.com/luc-github/ESP3D"
|
||||||
|
|
||||||
//Customize ESP3D ////////////////////////////////////////////////////////////////////////
|
//Customize ESP3D ////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -424,7 +424,7 @@ bool NotificationsService::begin()
|
|||||||
return false;
|
return false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (CONFIG::read_byte (ESP_NOTIFICATION_TYPE, &bbuf ) ) {
|
if (CONFIG::read_byte (ESP_AUTO_NOTIFICATION, &bbuf ) ) {
|
||||||
_autonotification = (bbuf == 0) ? false: true;
|
_autonotification = (bbuf == 0) ? false: true;
|
||||||
}
|
}
|
||||||
if (!res) {
|
if (!res) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user