Skip to content

docs: network: ppp: API does not match #16998

Closed
@thokis

Description

@thokis

Documentation URL

https://docs.micropython.org/en/v1.24.0/library/network.PPP.html

Description

Using version 1.24.1 on targets ESP32_GENERIC and ESP32_GENREIC_S3 the documented API does not match network.PPP module on the devices.

Image

  • network.PPP.active() is missing from the documentation
    Image
  • network.PPP.connect() takes different params then documented. Instead of the keywords security, user and key the actual keywords are authmode, username and password.
    Image
  • network.PPP.SEC_NONE, network.PPP.SEC_PAP, network.PPP.SEC_CHAP, network.PPP.disconnect() and network.PPP.poll() do not exist.
    Image
  • network.PPP.status() returns nothing, even if the device is connected
    Image

The same is true for ESP32_GENERIC_S3 target.

Code of Conduct

Yes, I agree

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions