9 lines
183 B
C
9 lines
183 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.1.100:8765"
|
||
|
|
|
||
|
|
#endif
|