We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure if fix should be at the website, or in the build system. Opened this issue, but also adafruit/circuitpython#8903.
Starting at CircuitPython.org website for the Momento board.
Near the bottom is the link to download the UF2 binary.
However, that link is incorrect. It is currently:
https://github.com/adafruit/tinyuf2/releases/download/0.18.1/tinyuf2-adafruit_esp32s3_camera-0.18.1.zip
Where it should be:
https://github.com/adafruit/tinyuf2/releases/download/0.18.1/tinyuf2-adafruit_camera_esp32s3-0.18.1.zip
In particular, the relative ordering between camera and esp32s3 differs between the build system and the website.
camera
esp32s3
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Not sure if fix should be at the website, or in the build system. Opened this issue, but also adafruit/circuitpython#8903.
Starting at CircuitPython.org website for the Momento board.
Near the bottom is the link to download the UF2 binary.
However, that link is incorrect. It is currently:
https://github.com/adafruit/tinyuf2/releases/download/0.18.1/tinyuf2-adafruit_esp32s3_camera-0.18.1.zip
Where it should be:
https://github.com/adafruit/tinyuf2/releases/download/0.18.1/tinyuf2-adafruit_camera_esp32s3-0.18.1.zip
In particular, the relative ordering between
camera
andesp32s3
differs between the build system and the website.The text was updated successfully, but these errors were encountered: