Use secrets.h
This commit is contained in:
parent
84504b052f
commit
aff5a6d5b2
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
*__pycache__*
|
||||||
|
secrets.h
|
||||||
|
.*.swp
|
||||||
|
.*.swo
|
||||||
|
build.py
|
|
@ -1,7 +1,5 @@
|
||||||
#include <ESP8266WiFi.h>
|
#include <ESP8266WiFi.h>
|
||||||
|
#include "secrets.h"
|
||||||
const char* ssid = "sendepunkt";
|
|
||||||
const char* password = "";
|
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
pinMode(12, OUTPUT); // relay
|
pinMode(12, OUTPUT); // relay
|
||||||
|
|
Loading…
Reference in a new issue