Right now the web workflow only works when the ESP32 joins an existing WiFi network.
It would be very useful if CircuitPython on ESP32 could start its own WiFi access point, so a computer/phone can connect directly to it.
This helps in cases where:
1] No router / internet is available (off-grid, field use).
2] User prefers not to connect through external WiFi.
The AP mode wouldn’t need extra features beyond what already exists — just the same web workflow but hosted on the ESP32’s own WiFi network.