More sfpp work

This commit is contained in:
Jonathan Bennett
2025-12-14 15:58:41 -06:00
parent 6b2bd09dd8
commit dfe74653f2
4 changed files with 173 additions and 21 deletions

View File

@@ -163,6 +163,9 @@ extern struct portduino_config_struct {
int configDisplayMode = 0;
bool has_configDisplayMode = false;
// Store and Forward++
bool sfpp_stratum0 = false;
// General
std::string mac_address = "";
bool mac_address_explicit = false;