Add define USE_WEBSEND_RESPONSE

Add define USE_WEBSEND_RESPONSE
This commit is contained in:
Theo Arends 2019-08-19 10:36:42 +02:00
parent 21296b6825
commit bfad4f815f
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@
#define WEB_PORT 80 // Web server Port for User and Admin mode
#define WEB_USERNAME "admin" // Web server Admin mode user name
// #define USE_JAVASCRIPT_ES6 // Enable ECMAScript6 syntax using less JavaScript code bytes (fails on IE11)
// #define USE_WEBSEND_RESPONSE // Enable command WebSend response message (+1k code)
#define USE_EMULATION_HUE // Enable Hue Bridge emulation for Alexa (+14k code, +2k mem common)
#define USE_EMULATION_WEMO // Enable Belkin WeMo emulation for Alexa (+6k code, +2k mem common)