Skip to content

Commit

Permalink
Re-enable shuttershow regression from last PR
Browse files Browse the repository at this point in the history
  • Loading branch information
arendst committed Nov 8, 2024
1 parent c2091d7 commit a836e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasmota/tasmota_xdrv_driver/xdrv_27_esp32_shutter.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tasmota/tasmota_xdrv_driver/xdrv_27_shutter.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a836e84

Please sign in to comment.