How to build for ESP32 locally #155
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi.
I have a M5AtomS3 lite (based on esp32 s3) (link with datasheet) and the whole flashing/commission process worked like a charm.
The issue i am having is that this board does not exposed the GPIO0 (BOOT) so i cant complete auth flow).
So i checked in pico_keys repo where it is defined and i would like to change that and build for my board.
What are the steps to build locally for ESP32S3 boards?
You can find an example in the autobuild script:
https://github.com/polhenarejos/pico-fido/blob/main/workflows/autobuild.sh