minor doc fix
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
parent
874ba4ec68
commit
58f28b98be
|
@ -118,7 +118,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(espnow___exit___obj, 4, 4, espnow_obj
|
|||
//| def send(
|
||||
//| self,
|
||||
//| message: ReadableBuffer,
|
||||
//| peer: Peer,
|
||||
//| peer: Optional[Peer] = None,
|
||||
//| ) -> None:
|
||||
//| """Send a message to the peer's mac address.
|
||||
//|
|
||||
|
|
Loading…
Reference in New Issue