You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed printChannel
With the addition of scanChannel, printChannel seemed reduntant to me so I've updated the ChannelScanner example to use it instead. This is a breaking change since printChannel was public, so any programs depending on printChannel will need to be refactored to use scanChannel.