Re-enable shuttershow regression from last PR

This commit is contained in:
Theo Arends 2024-11-08 23:53:29 +01:00
parent c2091d7082
commit a836e841ad
2 changed files with 2 additions and 2 deletions

View File

@ -2396,7 +2396,7 @@ bool Xdrv27(uint32_t function)
break; break;
#ifdef USE_WEBSERVER #ifdef USE_WEBSERVER
case FUNC_WEB_SENSOR: case FUNC_WEB_SENSOR:
// ShutterShow(); ShutterShow();
break; break;
#endif // USE_WEBSERVER #endif // USE_WEBSERVER
case FUNC_ACTIVE: case FUNC_ACTIVE:

View File

@ -1978,7 +1978,7 @@ bool Xdrv27(uint32_t function)
break; break;
#ifdef USE_WEBSERVER #ifdef USE_WEBSERVER
case FUNC_WEB_SENSOR: case FUNC_WEB_SENSOR:
// ShutterShow(); ShutterShow();
break; break;
#endif // USE_WEBSERVER #endif // USE_WEBSERVER
case FUNC_ACTIVE: case FUNC_ACTIVE: