Browse Source

* prefs guard word added

pull/58/head
Scott Powell 1 year ago
parent
commit
7cb0412c75
  1. 1
      src/helpers/CommonCLI.h

1
src/helpers/CommonCLI.h

@ -16,6 +16,7 @@ struct NodePrefs { // persisted to file
float tx_delay_factor;
char guest_password[16];
float direct_tx_delay_factor;
uint32_t guard;
uint8_t sf;
uint8_t cr;
uint8_t reserved1;

Loading…
Cancel
Save