Removed unused openweathermap stuff now using wttr.in
All checks were successful
Compile / Compile (push) Successful in 1m19s
All checks were successful
Compile / Compile (push) Successful in 1m19s
This commit is contained in:
parent
f7094077f7
commit
74695597cf
1 changed files with 0 additions and 5 deletions
|
@ -51,9 +51,4 @@
|
||||||
#include "secrets.h"
|
#include "secrets.h"
|
||||||
#if !defined(WIFI_SSID) || !defined(WIFI_PASS)
|
#if !defined(WIFI_SSID) || !defined(WIFI_PASS)
|
||||||
#error "Please define WIFI_SSID and WIFI_PASS in secrets.h"
|
#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
|
#endif
|
Loading…
Reference in a new issue