Skip to content

Commit f6cf6fb

Browse files
committed
Fix
1 parent 6036c81 commit f6cf6fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/QuickEspNow.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ class PeerListClass {
5555
peer_list_t peer_list;
5656

5757
bool peer_exists (uint8_t* mac);
58-
peer_t& get_peer (uint8_t* mac);
58+
peer_t* get_peer (uint8_t* mac);
5959
bool update_peer_use (uint8_t* mac);
6060
bool delete_peer (uint8_t* mac);
61+
bool delete_peer ();
6162
bool add_peer (uint8_t* mac);
6263
uint8_t get_peer_number ();
6364
};

0 commit comments

Comments
 (0)