Skip to content

Instantly share code, notes, and snippets.

View squix78's full-sized avatar

Daniel Eichhorn squix78

View GitHub Profile
// WIFI
const char* WIFI_SSID = "yourssid";
const char* WIFI_PWD = "yourpassw0rd";
// Setup
const int UPDATE_INTERVAL_SECS = 10 * 60; // Update every 10 minutes
// Display Settings
const int I2C_DISPLAY_ADDRESS = 0x3c;
const int SDA_PIN = D3;
const char* WIFI_SSID = "yourssid";
const char* WIFI_PWD = "yourpassw0rd";
mvn archetype:create-from-project