We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6036c81 commit f6cf6fbCopy full SHA for f6cf6fb
src/QuickEspNow.h
@@ -55,9 +55,10 @@ class PeerListClass {
55
peer_list_t peer_list;
56
57
bool peer_exists (uint8_t* mac);
58
- peer_t& get_peer (uint8_t* mac);
+ peer_t* get_peer (uint8_t* mac);
59
bool update_peer_use (uint8_t* mac);
60
bool delete_peer (uint8_t* mac);
61
+ bool delete_peer ();
62
bool add_peer (uint8_t* mac);
63
uint8_t get_peer_number ();
64
};
0 commit comments