From d5ac3cf300f560aa09cc13c7d0f36ca00d558aab Mon Sep 17 00:00:00 2001 From: Jaakko Haakana Date: Sun, 13 Jul 2025 09:09:50 +0300 Subject: [PATCH] Update secrets template --- Software/USER_SECRETS.TEMPLATE.h | 2 ++ 1 file changed, 2 insertions(+) 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