add wifi settings template

This commit is contained in:
interfisch 2025-05-01 22:14:36 +02:00
parent bdce0530e2
commit 6b2e074d46
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -8,3 +8,4 @@
.clang_complete
.gcc-flags.json
messung/*
include/wifi_settings.h

View file

@ -1,5 +1,5 @@
const char ssid[] = "fischnetziot";
const char ssid[] = "network";
const char pass[] = "password";
const char mqtt_host[] = "10.0.0.1";