Search found 1 match
- Thu Aug 20, 2020 2:41 pm
- Forum: ESP32 Arduino
- Topic: ESP-NOW how "esp_now_del_peer" works?
- Replies: 2
- Views: 5582
Re: ESP-NOW how "esp_now_del_peer" works?
Unfortunately esp_now_del_peer() does not work. I've run a test where I do the following: 1. esp_now_add_peer() 2. esp_now_send(), and wait for a completed response 3. esp_now_del_peer() 4. esp_now_get_peer_num()... and this still yields 1 total peer even after I've deleted the peer. Since the esp-n...