Skip to content

Commit

Permalink
Update WebServer.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
LKosoj committed Jan 18, 2025
1 parent 15d83f1 commit 81a23b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebServer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ String run_lua_string(String lstr);
#endif

// filter out specific headers from the incoming request
HeaderFilterMiddleware headerFilter;
AsyncHeaderFilterMiddleware headerFilter;

void change_samovar_mode() {
if (Samovar_Mode == SAMOVAR_BEER_MODE) {
Expand Down

0 comments on commit 81a23b6

Please sign in to comment.