Files
pi-dashboard/components/esp_wifi_bsp/wifi_config.h
2026-02-15 04:21:25 +09:00

9 lines
181 B
C

#ifndef WIFI_CONFIG_H
#define WIFI_CONFIG_H
#define WIFI_SSID "Novoyuuparosk_H3C"
#define WIFI_PASSWORD "northwich"
#define WS_SERVER_URI "ws://192.168.2.1:8765"
#endif