Skip to content

Commit

Permalink
moustache_variable_t no longer const
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Oct 7, 2023
1 parent 12e5060 commit ba188dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ void handleRoot()
// Wifi Modes
const char *wifi_modes[] = {"NULL", "STA", "AP", "STA+AP"};

const moustache_variable_t substitutions[] = {
moustache_variable_t substitutions[] = {
// Version / CPU
{"AppTitle", APP_TITLE},
{"AppVersion", APP_VERSION},
Expand Down

0 comments on commit ba188dd

Please sign in to comment.