Skip to content

Commit 8c7b237

Browse files
committed
Fix typo with notification
1 parent 7b2d461 commit 8c7b237

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

esp3d/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020

2121
//version and sources location
22-
#define FW_VERSION "2.1.0.b38"
22+
#define FW_VERSION "2.1.0.b39"
2323
#define REPOSITORY "https://github.com/luc-github/ESP3D"
2424

2525
//Customize ESP3D ////////////////////////////////////////////////////////////////////////

esp3d/notifications_service.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ bool NotificationsService::begin()
424424
return false;
425425
break;
426426
}
427-
if (CONFIG::read_byte (ESP_NOTIFICATION_TYPE, &bbuf ) ) {
427+
if (CONFIG::read_byte (ESP_AUTO_NOTIFICATION, &bbuf ) ) {
428428
_autonotification = (bbuf == 0) ? false: true;
429429
}
430430
if (!res) {

0 commit comments

Comments
 (0)