From 03e1f74096cbb7c1008eefbec794b3f4cc0af44f Mon Sep 17 00:00:00 2001 From: Torsten Martinsen Date: Sun, 9 Jun 2024 21:30:05 +0200 Subject: [PATCH] Add missing variable. --- frontend/esp32/main/nvs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/esp32/main/nvs.cpp b/frontend/esp32/main/nvs.cpp index c1816330..1adac249 100644 --- a/frontend/esp32/main/nvs.cpp +++ b/frontend/esp32/main/nvs.cpp @@ -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];