Files
Angus Gratton 3160809989 esp32: Fix espnow crash if falsey value supplied as peer argument.
The _get_peer() result was often provided directly as an argument to
memcpy(), causing a crash on (for example) e.del_peer(b""). Changed to
raise a TypeError instead  (via mp_get_buffer_raise()).

Closes #19296

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2026-06-04 17:45:17 +10:00
..
2026-02-07 00:45:04 +11:00