Skip to content

Commit fddb582

Browse files
authored
Merge pull request #8180 from anecdata/ipv4_address_ap-read-only
docs: wifi.radio.ipv4_address_ap is read-only
2 parents 4b4fb47 + 8289722 commit fddb582

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
@@ -616,7 +616,7 @@ MP_PROPERTY_GETTER(wifi_radio_ipv4_address_obj,
616616
(mp_obj_t)&wifi_radio_get_ipv4_address_obj);
617617

618618
//| ipv4_address_ap: Optional[ipaddress.IPv4Address]
619-
//| """IP v4 Address of the access point, when enabled. None otherwise."""
619+
//| """IP v4 Address of the access point, when enabled. None otherwise. (read-only)"""
620620
STATIC mp_obj_t wifi_radio_get_ipv4_address_ap(mp_obj_t self) {
621621
return common_hal_wifi_radio_get_ipv4_address_ap(self);
622622
}

0 commit comments

Comments
 (0)