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.
2 parents f39f287 + bbf5e67 commit 516a242Copy full SHA for 516a242
shared-bindings/wifi/Radio.c
@@ -621,7 +621,7 @@ MP_PROPERTY_GETTER(wifi_radio_ipv4_address_obj,
621
(mp_obj_t)&wifi_radio_get_ipv4_address_obj);
622
623
//| ipv4_address_ap: Optional[ipaddress.IPv4Address]
624
-//| """IP v4 Address of the access point, when enabled. None otherwise."""
+//| """IP v4 Address of the access point, when enabled. None otherwise. (read-only)"""
625
STATIC mp_obj_t wifi_radio_get_ipv4_address_ap(mp_obj_t self) {
626
return common_hal_wifi_radio_get_ipv4_address_ap(self);
627
}
0 commit comments