Skip to content

Commit 02c628a

Browse files
Neradocmicrodev1
andauthored
Update ports/espressif/bindings/espnow/ESPNow.c
Co-authored-by: MicroDev <[email protected]>
1 parent a481c56 commit 02c628a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/bindings/espnow/ESPNow.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ static void espnow_check_for_deinit(espnow_obj_t *self) {
5353
//| class ESPNow:
5454
//| """Provides access to the ESP-NOW protocol."""
5555
//|
56-
//| def __init__(self, buffer_size: int = 526, phy_rate: Optional[int] = None) -> None:
56+
//| def __init__(self, buffer_size: int = 526, phy_rate: int = 0) -> None:
5757
//| """Allocate and initialize `ESPNow` instance as a singleton.
5858
//|
5959
//| :param int buffer_size: The size of the internal ring buffer. Default: 526 bytes.

0 commit comments

Comments
 (0)