Fix REST server initialization

This commit is contained in:
2025-06-06 22:20:37 +01:00
parent 282e7f517b
commit 2fc70866a3
4 changed files with 15 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
#include "esp_log.h"
#include "esp_vfs.h"
#include "cJSON.h"
#include "rest.h"
static const char *REST_TAG = "esp-rest";
#define REST_CHECK(a, str, goto_tag, ...) \