mirror of https://github.com/arendst/Tasmota.git
Re-enable shuttershow regression from last PR
This commit is contained in:
parent
c2091d7082
commit
a836e841ad
|
@ -2396,7 +2396,7 @@ bool Xdrv27(uint32_t function)
|
|||
break;
|
||||
#ifdef USE_WEBSERVER
|
||||
case FUNC_WEB_SENSOR:
|
||||
// ShutterShow();
|
||||
ShutterShow();
|
||||
break;
|
||||
#endif // USE_WEBSERVER
|
||||
case FUNC_ACTIVE:
|
||||
|
|
|
@ -1978,7 +1978,7 @@ bool Xdrv27(uint32_t function)
|
|||
break;
|
||||
#ifdef USE_WEBSERVER
|
||||
case FUNC_WEB_SENSOR:
|
||||
// ShutterShow();
|
||||
ShutterShow();
|
||||
break;
|
||||
#endif // USE_WEBSERVER
|
||||
case FUNC_ACTIVE:
|
||||
|
|
Loading…
Reference in New Issue