We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2d461 commit 8c7b237Copy full SHA for 8c7b237
esp3d/config.h
@@ -19,7 +19,7 @@
19
*/
20
21
//version and sources location
22
-#define FW_VERSION "2.1.0.b38"
+#define FW_VERSION "2.1.0.b39"
23
#define REPOSITORY "https://github.com/luc-github/ESP3D"
24
25
//Customize ESP3D ////////////////////////////////////////////////////////////////////////
esp3d/notifications_service.cpp
@@ -424,7 +424,7 @@ bool NotificationsService::begin()
424
return false;
425
break;
426
}
427
- if (CONFIG::read_byte (ESP_NOTIFICATION_TYPE, &bbuf ) ) {
+ if (CONFIG::read_byte (ESP_AUTO_NOTIFICATION, &bbuf ) ) {
428
_autonotification = (bbuf == 0) ? false: true;
429
430
if (!res) {
0 commit comments