Open
Description
CircuitPython Version
Adafruit CircuitPython 8.1.0 on 2023-05-22; ESP32-S3-Box-Lite with ESP32S3
Workflow(s)
WEB
Browser(s)
Google Chrome 113.0.5672.127
Console Log
No response
Steps
1, Install Ngrok/oray or any NAT app on the router.
2, Forward Circuitpython device port 80
to the public internet port 8333
.
3, Access NAT domin (ex: 84c5df439d74.ngrok-free.dev:8333
) from the public internet.
4, After I see the Welcome page, click the full code editor
.
Description
In the code editor, it shows my devices can not be connected. But both welcome page and file browser work fine. I guess maybe the reason is repl
in full code editor
use another port to connect? Most of free NAT support only 1 port access.
Additional information
No response