// clock.bh ePaper firmware — Wi-Fi credentials.
//
// Copy this file to "secrets.h" in the SAME folder as
// clockbh-epaper-e1001.ino, fill in your network below, and don't commit
// or share secrets.h — it's your password in plain text, same as any
// other embedded Wi-Fi sketch.

#pragma once

#define WIFI_SSID     "your-wifi-name"
#define WIFI_PASSWORD "your-wifi-password"
