Update secrets template

This commit is contained in:
Jaakko Haakana 2025-07-13 09:09:50 +03:00
parent 91a718bb42
commit d5ac3cf300

View file

@ -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