This commit is contained in:
2026-01-08 08:17:23 +01:00
parent 47b4a51ca2
commit eed612f457
3 changed files with 5 additions and 3 deletions

View File

@@ -211,7 +211,7 @@ const char *getStringRole (uint8_t role) {
void populateDefaults() {
uint8_t seed[32];
// memcpy(seed, "vFt0FRugSOeqnkshImMCVfgHM5vBxz4", 32); //chat node identity
//memcpy(seed, "vFt0FRugSOeqnkshImMCVfgHM5vBxz4", 32); //chat node identity
memcpy (seed, "vFt0FRugSOeqnkshImMCVfgHM5vBxz3", 32); // repeater identity
// genSeed(seed); //random identity
@@ -223,6 +223,7 @@ void populateDefaults() {
memset (persistent.password, 0, sizeof (persistent.password));
strcpy (persistent.password, "hesielko");
strcpy (persistent.nodeName, "BRN RiscVpeater");
//strcpy (persistent.nodeName, "BRN RiscVnode");
persistent.adcMultiplier = 0;