mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
Update secrets template
This commit is contained in:
parent
91a718bb42
commit
d5ac3cf300
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue