mirror of
				https://github.com/luc-github/ESP3D.git
				synced 2025-10-24 11:50:52 -07:00 
			
		
		
		
	Add missing WhatsApp setting in ESP400
Bump version
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user