Skip to content

Commit 58f28b9

Browse files
microdev1tannewt
andauthored
minor doc fix
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 874ba4e commit 58f28b9

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
@@ -118,7 +118,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(espnow___exit___obj, 4, 4, espnow_obj
118118
//| def send(
119119
//| self,
120120
//| message: ReadableBuffer,
121-
//| peer: Peer,
121+
//| peer: Optional[Peer] = None,
122122
//| ) -> None:
123123
//| """Send a message to the peer's mac address.
124124
//|

0 commit comments

Comments
 (0)