Restore companion NodePrefs file ending

This commit is contained in:
Quency-D
2026-06-13 17:40:11 +08:00
parent 3ee58fd2e3
commit 5300fa18c7
+1 -1
View File
@@ -34,4 +34,4 @@ struct NodePrefs { // persisted to file
uint8_t autoadd_max_hops; // 0 = no limit, 1 = direct (0 hops), N = up to N-1 hops (max 64)
char default_scope_name[31];
uint8_t default_scope_key[16];
};
};