Make ChannelSettings SUPER short for common channels

This commit is contained in:
Kevin Hester
2020-12-14 20:50:01 +08:00
parent 0cdc1fc959
commit 5cdc2f5142
4 changed files with 52 additions and 10 deletions

View File

@@ -13,6 +13,7 @@ extern MyNodeInfo &myNodeInfo;
extern RadioConfig &radioConfig;
extern ChannelSettings &channelSettings;
extern User &owner;
extern const char *channelName;
/// Given a node, return how many seconds in the past (vs now) that we last heard from it
uint32_t sinceLastSeen(const NodeInfo *n);