Add missing WhatsApp setting in ESP400

Bump version
This commit is contained in:
Luc 2024-11-27 09:07:52 +08:00
parent d9f6ea6172
commit be5e3f92ae
2 changed files with 3 additions and 3 deletions

View File

@ -124,9 +124,9 @@ const char* FirmwareLabels[] = {"Unknown", "Grbl", "Marlin", "Smoothieware",
const char* FirmwareValues[] = {"0", "10", "20", "40", "50"};
#ifdef NOTIFICATION_FEATURE
const char* NotificationsLabels[] = {
"none", "pushover", "email", "line", "telegram", "ifttt", "home-assistant"};
"none", "pushover", "email", "line", "telegram", "ifttt", "home-assistant","WhatsApp"};
const char* NotificationsValues[] = {"0", "1", "2", "3", "4", "5", "6"};
const char* NotificationsValues[] = {"0", "1", "2", "3", "4", "5", "6", "7"};
#endif // NOTIFICATION_FEATURE
const char* IpModeLabels[] = {"static", "dhcp"};

View File

@ -22,7 +22,7 @@
#define _VERSION_ESP3D_H
// version and sources location
#define FW_VERSION "3.0.0.a243"
#define FW_VERSION "3.0.0.a244"
#define REPOSITORY "https://github.com/luc-github/ESP3D/tree/3.0"
#endif //_VERSION_ESP3D_H