We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a481c56 commit 02c628aCopy full SHA for 02c628a
ports/espressif/bindings/espnow/ESPNow.c
@@ -53,7 +53,7 @@ static void espnow_check_for_deinit(espnow_obj_t *self) {
53
//| class ESPNow:
54
//| """Provides access to the ESP-NOW protocol."""
55
//|
56
-//| 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:
57
//| """Allocate and initialize `ESPNow` instance as a singleton.
58
59
//| :param int buffer_size: The size of the internal ring buffer. Default: 526 bytes.
0 commit comments