We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8715121 commit 8289722Copy full SHA for 8289722
shared-bindings/wifi/Radio.c
@@ -616,7 +616,7 @@ MP_PROPERTY_GETTER(wifi_radio_ipv4_address_obj,
616
(mp_obj_t)&wifi_radio_get_ipv4_address_obj);
617
618
//| ipv4_address_ap: Optional[ipaddress.IPv4Address]
619
-//| """IP v4 Address of the access point, when enabled. None otherwise."""
+//| """IP v4 Address of the access point, when enabled. None otherwise. (read-only)"""
620
STATIC mp_obj_t wifi_radio_get_ipv4_address_ap(mp_obj_t self) {
621
return common_hal_wifi_radio_get_ipv4_address_ap(self);
622
}
0 commit comments