Removed unused openweathermap stuff now using wttr.in
All checks were successful
Compile / Compile (push) Successful in 1m19s

This commit is contained in:
Lewis Jackson 2023-06-02 21:15:09 +03:00
parent f7094077f7
commit 74695597cf

View file

@ -51,9 +51,4 @@
#include "secrets.h"
#if !defined(WIFI_SSID) || !defined(WIFI_PASS)
#error "Please define WIFI_SSID and WIFI_PASS in secrets.h"
#endif
#if !defined(OPENWEATHERMAP_API_KEY)
#define OPENWEATHERMAP_API_KEY "" // Put the actual key in secrets.h. NOT HERE.
#warning "OPENWEATHERMAP_API_KEY not defined in secrets.h"
#endif