aboutsummaryrefslogtreecommitdiff
path: root/src/helpers/AdvertDataHelpers.cpp
AgeCommit message (Collapse)Author
2025-06-22* companion: new 'advert_loc_policy' pref. Defaults to ADVERT_LOC_NONE (ie. ↵Scott Powell
do Not share location in adverts)
2025-05-19* AdvertDataHelpers: reverting parsing logic, but changed meanings of ↵Scott Powell
'battery' and 'temperature' to just two generic uint16 'feature' properties
2025-05-19* AdvertDataHelpers: prospective changes to first byte bit-fieldScott Powell
2025-01-26* TxtDataHelpers.h, with standard TXT sub-typesScott Powell
* Terminal chat: added "time <epoch-secs>" * repeater: now recognises either TXT_TYPE_PLAIN or TXT_TYPE_CLI_DATA for CLI commands * Room server: now uses TXT_TYPE_SIGNED_PLAIN (for push/outbound), recognises TXT_TYPE_PLAIN (to add a Post), and TXT_TYPE_CLI_DATA for CLI command
2025-01-25* simple_secure_chat now with a proper CLIScott Powell
* new: BaseChatMesh class, for abstract chat client
2025-01-24* Bug fix: hasName(), missing return :-(Scott Powell
* refactored methods to AdvertDataHelper.cpp