diff --git a/Software/USER_SECRETS.TEMPLATE.h b/Software/USER_SECRETS.TEMPLATE.h index b482d035..d2faf71f 100644 --- a/Software/USER_SECRETS.TEMPLATE.h +++ b/Software/USER_SECRETS.TEMPLATE.h @@ -1,5 +1,6 @@ /* This file should be renamed to USER_SECRETS.h to be able to use the software! It contains all the credentials that should never be made public */ +#ifndef COMMON_IMAGE //Password to the access point generated by the Battery-Emulator #define AP_PASSWORD "123456789" // Minimum of 8 characters; set to blank if you want the access point to be open @@ -18,3 +19,4 @@ It contains all the credentials that should never be made public */ #define MQTT_PORT 1883 // MQTT server port #define MQTT_USER "" // MQTT username, leave blank for no authentication #define MQTT_PASSWORD "" // MQTT password, leave blank for no authentication +#endif