adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
MIT License
3.96k stars 1.16k forks source link

The wifi AP can share the internet! #8333

Open qingwa2009 opened 10 months ago

qingwa2009 commented 10 months ago

It seems the internet can‘t can not be share,when I connect the esp32-s3 to my router, and start_ap,and my phone connect the ap,but my phone can not visit the internet。

anecdata commented 10 months ago

I think this requires esp_netif_napt_enable(), which isn't available until esp-idf v5.1.