mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 09:59:01 +00:00
need to trigger new CI run
This commit is contained in:
parent
4de557b4db
commit
6a5dd26907
@ -40,7 +40,7 @@ class Channels
|
|||||||
/** Return the Channel for a specified index */
|
/** Return the Channel for a specified index */
|
||||||
Channel &getByIndex(ChannelIndex chIndex);
|
Channel &getByIndex(ChannelIndex chIndex);
|
||||||
|
|
||||||
/** Return the Channel for a specified name, return primary if not found */
|
/** Return the Channel for a specified name, return primary if not found. */
|
||||||
Channel &getByName(const char* chName);
|
Channel &getByName(const char* chName);
|
||||||
|
|
||||||
/** Using the index inside the channel, update the specified channel's settings and role. If this channel is being promoted
|
/** Using the index inside the channel, update the specified channel's settings and role. If this channel is being promoted
|
||||||
|
Loading…
Reference in New Issue
Block a user