My Project
Loading...
Searching...
No Matches
MCJsonConfig.h
Go to the documentation of this file.
1#pragma once
2
3#include <ArduinoJson.h>
4#include <SPIFFS.h>
5
7{
8 public:
9 // Reads a JSON document of max. 4k.
10 static DynamicJsonDocument ReadJsonFile(const char *jsonFilePath);
11};
Definition MCJsonConfig.h:7
static DynamicJsonDocument ReadJsonFile(const char *jsonFilePath)
Definition MCJsonConfig.cpp:3