obfuscate passwords
This commit is contained in:
parent
196a87d47b
commit
62aa76b06a
2 changed files with 14 additions and 3 deletions
|
@ -6,6 +6,9 @@
|
|||
#include <DigitalOutputCard.hpp>
|
||||
#include <ClimateCard.hpp>
|
||||
|
||||
// Password Obfuscation
|
||||
#define PASSWORD_OBFUSCATION_STRING "********"
|
||||
|
||||
// Page IDs
|
||||
#define INTERNAL_DISPLAY_BOOT_PAGE 0
|
||||
#define INTERNAL_DISPLAY_DASHBOARD_PAGE 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue