7 lines
106 B
C
7 lines
106 B
C
#ifndef SETTINGS_H_
|
|
#define SETTINGS_H_
|
|
|
|
#define WIFI_SSID ""
|
|
#define WIFI_PASS ""
|
|
|
|
#endif // SETTINGS_H_
|