Update ports/espressif/bindings/espnow/ESPNow.c

Co-authored-by: MicroDev <70126934+microdev1@users.noreply.github.com>
This commit is contained in:
Neradoc 2023-03-28 14:36:43 +02:00 committed by GitHub
parent a481c564da
commit 02c628a3c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.