#ifndef CREDS_H
#define CREDS_H

/*

INSTRUCTIONS:

Change the text inside of the " characters to contain your SSID and Password for your WiFi
After that, rename this file from ending in .txt to .h and compile.

*/

#define WIFI_SSID "YOUR SSID HERE"
#define WIFI_PASS "YOUR PASSWORD HERE!"

#endif