apple2idiot/examples/30-dnd5eapi-cc65/credentials.h.sample

13 lines
304 B
Plaintext
Raw Normal View History

2022-07-22 19:44:55 +00:00
#ifndef CREDENTIALS_H
#define CREDENTIALS_H
#include "credentials.h"
// copy credentials.h.sample to credentials.h and edit
// so it contains your passwords and tokens.
#define WIFI_SSID "XXXXXXXXXXXXXXX";
#define WIFI_PASSWORD "XXXXXXXXXXXXXXX";
#define WEATHER_ACCESS_TOKEN "XXXXXXXXXXXXXXX"
#endif