10 lines
300 B
C
10 lines
300 B
C
// SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#define WIFI_SSID "ssid"
|
|
#define WIFI_PASS "password"
|
|
#define HUE_USER "foobar"
|
|
#define AIO_USER "blinka"
|
|
#define AIO_KEY "12345678900aasdfqwerzxvb"
|
|
#define DARKSKY_KEY "12345678900aasdfqwerzxvb"
|