mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-14 23:56:03 +08:00
Add missing WhatsApp setting in ESP400
Bump version
This commit is contained in:
parent
d9f6ea6172
commit
be5e3f92ae
@ -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"};
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user