Files
Кобелев Андрей Андреевич a111352dc5 Прошло 2 года.
2026-03-10 22:54:23 +03:00

10 lines
261 B
C

#ifndef SETTINGS_H
#define SETTINGS_H
#define WIFI_SSID "best ssid" // Replace with your Wi-Fi SSID
#define WIFI_PASSWORD "great password much wow" // Replace with your Wi-Fi password
#define SCREEN_MODEL ED060XC3
#endif /* SETTINGS_H */