diff --git a/esp3d/config.h b/esp3d/config.h index cc29f1f3..37e7fc3e 100644 --- a/esp3d/config.h +++ b/esp3d/config.h @@ -19,7 +19,7 @@ */ //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" //Customize ESP3D //////////////////////////////////////////////////////////////////////// diff --git a/esp3d/notifications_service.cpp b/esp3d/notifications_service.cpp index af3adf0f..e4d4407d 100644 --- a/esp3d/notifications_service.cpp +++ b/esp3d/notifications_service.cpp @@ -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) {