diff --git a/esp3d/src/modules/notifications/notifications_service.cpp b/esp3d/src/modules/notifications/notifications_service.cpp index 242da43d..293da0b8 100644 --- a/esp3d/src/modules/notifications/notifications_service.cpp +++ b/esp3d/src/modules/notifications/notifications_service.cpp @@ -158,7 +158,7 @@ NotificationsService::NotificationsService() { _started = false; _notificationType = 0; _token1 = ""; - _token1 = ""; + _token2 = ""; _settings = ""; } NotificationsService::~NotificationsService() { end(); }