1 2 3 4 5 6 7 8 9 10
#include <WiFiClient.h> #include <ArduinoJson.h> #ifndef __WEATHER_H__ #define __WEATHER_H__ String getWeatherStatus(); #endif