Create secrets.h

This commit is contained in:
Mike Barela 2019-04-16 10:15:58 -04:00 committed by GitHub
parent a5339feb3c
commit bd5d01066c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,9 @@
#ifndef _SECRET_H THEN
#define _SECRET_H
// define your WIFI SSID and password in this file
#define WIFI_SSID "your_SSID"
#define WIFI_PASSWORD "your_password"
#endif