12 lines
561 B
C
12 lines
561 B
C
/*****************************************************
|
|
* Configurations: *
|
|
* *
|
|
* Copy or renamed this file to "settings.h" *
|
|
* and edit it to your needs *
|
|
* *
|
|
* The settings will be stored to the controller if *
|
|
* different from the previous/current configuration *
|
|
****************************************************/
|
|
|
|
const char* wifiSSID = "mySSID";
|
|
const char* wifiPass = "myPass"; |