Skip to content

Commit be5e3f9

Browse files
committed
Add missing WhatsApp setting in ESP400
Bump version
1 parent d9f6ea6 commit be5e3f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

esp3d/src/core/commands/ESP400.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ const char* FirmwareLabels[] = {"Unknown", "Grbl", "Marlin", "Smoothieware",
124124
const char* FirmwareValues[] = {"0", "10", "20", "40", "50"};
125125
#ifdef NOTIFICATION_FEATURE
126126
const char* NotificationsLabels[] = {
127-
"none", "pushover", "email", "line", "telegram", "ifttt", "home-assistant"};
127+
"none", "pushover", "email", "line", "telegram", "ifttt", "home-assistant","WhatsApp"};
128128

129-
const char* NotificationsValues[] = {"0", "1", "2", "3", "4", "5", "6"};
129+
const char* NotificationsValues[] = {"0", "1", "2", "3", "4", "5", "6", "7"};
130130
#endif // NOTIFICATION_FEATURE
131131

132132
const char* IpModeLabels[] = {"static", "dhcp"};

esp3d/src/include/esp3d_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define _VERSION_ESP3D_H
2323

2424
// version and sources location
25-
#define FW_VERSION "3.0.0.a243"
25+
#define FW_VERSION "3.0.0.a244"
2626
#define REPOSITORY "https://github.com/luc-github/ESP3D/tree/3.0"
2727

2828
#endif //_VERSION_ESP3D_H

0 commit comments

Comments
 (0)