Files
pi-dashboard/components/esp_wifi_bsp/wifi_config.h

9 lines
183 B
C
Raw Normal View History

2026-02-15 04:15:30 +09:00
#ifndef WIFI_CONFIG_H
#define WIFI_CONFIG_H
#define WIFI_SSID "Novoyuuparosk_H3C"
#define WIFI_PASSWORD "northwich"
2026-02-15 04:21:32 +09:00
#define WS_SERVER_URI "ws://192.168.2.199:8765"
2026-02-15 04:15:30 +09:00
#endif