fix comment (stub fail)

This commit is contained in:
anecdata 2021-04-22 23:33:33 -05:00
parent 3544d4e221
commit 632cebafc6

View File

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