/***************************************************** * 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";