We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221ca1c commit 217a22eCopy full SHA for 217a22e
src/AudioTools/Communication/ESPNowStream.h
@@ -287,6 +287,7 @@ class ESPNowStream : public BaseStream {
287
/// range. Note: Broadcast does not support acknowledgments
288
bool addBroadcastPeer() { return addPeer(BROADCAST_MAC); }
289
290
+ /// Deletes all registered peers
291
bool clearPeers() {
292
esp_now_peer_info_t peer;
293
uint8_t breakout_counter = 0;
0 commit comments