Skip to content

Commit 217a22e

Browse files
committed
add missing comment
1 parent 221ca1c commit 217a22e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AudioTools/Communication/ESPNowStream.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ class ESPNowStream : public BaseStream {
287287
/// range. Note: Broadcast does not support acknowledgments
288288
bool addBroadcastPeer() { return addPeer(BROADCAST_MAC); }
289289

290+
/// Deletes all registered peers
290291
bool clearPeers() {
291292
esp_now_peer_info_t peer;
292293
uint8_t breakout_counter = 0;

0 commit comments

Comments
 (0)