10 lines
178 B
C
10 lines
178 B
C
#ifndef MKS_WIFI_SETTINGS_H
|
|
#define MKS_WIFI_SETTINGS_H
|
|
|
|
//#define MKS_WIFI_ENABLED_WIFI_CONFIG
|
|
|
|
#define MKS_WIFI_SSID "network"
|
|
#define MKS_WIFI_KEY "password"
|
|
|
|
#endif
|