add wifi settings template
This commit is contained in:
parent
bdce0530e2
commit
6b2e074d46
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,3 +8,4 @@
|
|||
.clang_complete
|
||||
.gcc-flags.json
|
||||
messung/*
|
||||
include/wifi_settings.h
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
const char ssid[] = "fischnetziot";
|
||||
const char ssid[] = "network";
|
||||
const char pass[] = "password";
|
||||
const char mqtt_host[] = "10.0.0.1";
|
||||
|
Loading…
Add table
Reference in a new issue