Add wifi-credentials.h with SSID, password and auth defines

This commit is contained in:
2025-10-12 00:54:16 +02:00
parent 6f37e0d420
commit a1f687e644
@@ -0,0 +1,8 @@
#ifndef WIFI_CREDENTIALS_H
#define WIFI_CREDENTIALS_H
#define WIFI_SSID "your_wifi_ssid"
#define WIFI_PASSWORD "your_wifi_password"
#define WIFI_AUTH WIFI_AUTH_WPA2_PSK
#endif