more of the same

This commit is contained in:
anecdata 2021-04-22 23:41:57 -05:00
parent 632cebafc6
commit 9da8978d40

View File

@ -172,7 +172,7 @@ const mp_obj_property_t wifi_radio_hostname_obj = {
//| def start_ap(self,
//| ssid: ReadableBuffer,
//| password: ReadableBuffer = b"") -> None
//| password: ReadableBuffer = b"") -> None:
//| """Starts an Access Point with the specified ssid and password."""
//| ...
//|