Closed
Description
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.
network.PPP.active()
is missing from the documentation
network.PPP.connect()
takes different params then documented. Instead of the keywordssecurity
,user
andkey
the actual keywords areauthmode
,username
andpassword
.
network.PPP.SEC_NONE
,network.PPP.SEC_PAP
,network.PPP.SEC_CHAP
,network.PPP.disconnect()
andnetwork.PPP.poll()
do not exist.
network.PPP.status()
returns nothing, even if the device is connected
The same is true for ESP32_GENERIC_S3
target.
Code of Conduct
Yes, I agree