#ifndef __BACKEND_HPP__ #define __BACKEND_HPP__ #include #include #include "../include/root_ca.hpp" extern JsonDocument config; extern bool isConfigValid; extern JsonDocument weatherData; bool parseJsonConfig(String& payload); bool getConfig(); String urlencode(String str); bool getWeatherData(); #endif // __BACKEND_HPP__