mirror of https://github.com/arendst/Tasmota.git
Add define USE_WEBSEND_RESPONSE
Add define USE_WEBSEND_RESPONSE
This commit is contained in:
parent
21296b6825
commit
bfad4f815f
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue