Add support for AliExpress variant of EPS32-S3 Zero
The Waveshare ESP32-S3 Zero is already supported, but the readily accessible and cheap (sub 5$) clone board of it that's sold on AliExpress has more pins and a different layout (LED on a different pin, TX/RX and 3.3V/GND pins swapped places). This pull request adds a board config for all generic ESP32-S3-FH4R2 boards and the platformio config for the AliExpress clone of the Zero called ESP32-S3-SuperMini. (Example: https://de.aliexpress.com/item/1005006583245248.html)
Pin 13 has been chosen as the default for the 433mhz module, because it's right next to GND and 3.3V making it the cleanest default in my opinion.
⚠️ No Changeset found
Latest commit: a522d259dce30cef61083b539b98d0f9f79ff300
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Thank you for the contribution ❤️
Unfortunately, due to our CI/CD pipelines being under heavy load, we are not accepting new board additions at this time.
We will soon be migrating to a per-chip build architecture with board configurations embedded in the filesystem. Once this transition is complete, we’ll re-evaluate support for adding new boards.