minor doc fix

Co-authored-by: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
MicroDev 2023-03-10 00:01:44 +05:30 committed by GitHub
parent 874ba4ec68
commit 58f28b98be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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