added wifi connection and menu showing connection details

This commit is contained in:
2026-06-24 17:08:45 +03:00
parent 76606c00e3
commit 6f6ea0e0fd
9 changed files with 171 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef WIFI_CREDENTIALS_H
#define WIFI_CREDENTIALS_H
const char WIFI_SSID[] = "your-wifi-name";
const char WIFI_PASSWORD[] = "your-wifi-password";
#endif