Browse Source

Restore companion NodePrefs file ending

pull/2140/head
Quency-D 11 hours ago
parent
commit
5300fa18c7
  1. 2
      examples/companion_radio/NodePrefs.h

2
examples/companion_radio/NodePrefs.h

@ -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];
};
};
Loading…
Cancel
Save