Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Jun 12, 2024
1 parent ec6c7e9 commit 1797bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ksf/misc/ksWSServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace ksf::misc
void ksWSServer::begin()
{
/* Setup headers we want to validate. */
const char COOKIE_STR [] PROGMEM {"Cookie"};
static const char COOKIE_STR [] PROGMEM {"Cookie"};
const char* headerkeys[] { COOKIE_STR };

/* Begin with the core. */
Expand Down

0 comments on commit 1797bbe

Please sign in to comment.