Change define names

This commit is contained in:
2025-10-24 22:54:46 +02:00
parent cb708d72f7
commit e20c90a021
+3 -3
View File
@@ -1,8 +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
#define SSID "your_wifi_ssid"
#define PASSWORD "your_wifi_password"
#define AUTH_MODE WIFI_AUTH_WPA2_PSK
#endif