Update ports/espressif/bindings/espnow/ESPNow.c
Co-authored-by: MicroDev <70126934+microdev1@users.noreply.github.com>
This commit is contained in:
parent
a481c564da
commit
02c628a3c7
@ -53,7 +53,7 @@ static void espnow_check_for_deinit(espnow_obj_t *self) {
|
||||
//| class ESPNow:
|
||||
//| """Provides access to the ESP-NOW protocol."""
|
||||
//|
|
||||
//| def __init__(self, buffer_size: int = 526, phy_rate: Optional[int] = None) -> None:
|
||||
//| def __init__(self, buffer_size: int = 526, phy_rate: int = 0) -> None:
|
||||
//| """Allocate and initialize `ESPNow` instance as a singleton.
|
||||
//|
|
||||
//| :param int buffer_size: The size of the internal ring buffer. Default: 526 bytes.
|
||||
|
Loading…
Reference in New Issue
Block a user