Files
pi-dashboard/components/esp_wifi_bsp/wifi_config.h
Mikkeli Matlock dca989a01b feature: alarm
2026-02-15 21:11:33 +09:00

10 lines
234 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.199:8765"
#define AUDIO_SERVER_URI "ws://192.168.2.199:8766"
#endif