Skip to content

Commit 516a242

Browse files
authored
Merge pull request #8208 from dhalbert/8.2.x-backport-8180-ip4v-addressdoc
8.2.x backport: docs: wifi.radio.ipv4_address_ap is read-only
2 parents f39f287 + bbf5e67 commit 516a242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/wifi/Radio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ MP_PROPERTY_GETTER(wifi_radio_ipv4_address_obj,
621621
(mp_obj_t)&wifi_radio_get_ipv4_address_obj);
622622

623623
//| ipv4_address_ap: Optional[ipaddress.IPv4Address]
624-
//| """IP v4 Address of the access point, when enabled. None otherwise."""
624+
//| """IP v4 Address of the access point, when enabled. None otherwise. (read-only)"""
625625
STATIC mp_obj_t wifi_radio_get_ipv4_address_ap(mp_obj_t self) {
626626
return common_hal_wifi_radio_get_ipv4_address_ap(self);
627627
}

0 commit comments

Comments
 (0)