* new ANON_REQ_TYPE_VER_OWNER

* CommonCLI: new "get/set owner.info ..."
This commit is contained in:
Scott Powell
2026-01-09 11:07:31 +11:00
parent 5cc44dd802
commit 5475043083
4 changed files with 51 additions and 5 deletions

View File

@@ -50,6 +50,7 @@ struct NodePrefs { // persisted to file
uint8_t advert_loc_policy;
uint32_t discovery_mod_timestamp;
float adc_multiplier;
char owner_info[120];
};
class CommonCLICallbacks {