Skip to content

Incorrect documentation on WiFi module (wifi.sta.config) #2275

Open
@msurikov

Description

@msurikov

The WiFi module documentation states that event callbacks in wifi.sta.config() have names connected_cb and disconnected_cb. Actually (according to the code) they should be named as connect_cb and disconnect_cb. Also, the disconnect_cb callback returns item reason instead of the specified REASON (in wifi.sta.disconnect too).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions