Skip to content

Commit

Permalink
Add missing variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
bullestock committed Jun 9, 2024
1 parent ed7bd35 commit 03e1f74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/esp32/main/nvs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "nvs_flash.h"

static char identifier[20];
static char descriptor[40];
static char acs_token[80];
static char gateway_token[80];
static char slack_token[80];
Expand Down

0 comments on commit 03e1f74

Please sign in to comment.