ports/esp32: Added new UM boards.#15848
Conversation
UnexpectedMaker
commented
Sep 15, 2024
- Added 2 new UM boards: OMGS3 and RGB Touch Mini
- Fixed NanoS3 deploy info.
|
Ruff format is complaining about the use of tabs, which should be converted to spaces. But otherwise, it looks good to me. 😄 |
Thanks - Ok, converted the script to spaces... let's see what it fails on now ;) |
|
You should be able to You can also EDIT: For example Followed by cleaning up the commit message. Results in one clean commit: pimoroni@62f1503 Commits for linting fixes are unnecessary noise that someone will have to fix, better the PR-author than the stretched-thin maintainers. Forgive the intrusion but I sensed some frustration in #15823! |
9096162 to
d105c7d
Compare
Hey, thanks for your post - Interactive rebasing is a little beyond my git skills, but giving it a go, and hoping for the best :) Yes, some ongoing frustration with the rules and previous vagueness of the cryptic fails in the CI tests. Some things have been improved over time, but some I just don't agree with, like the rules around commit message naming. |
You'll come 'round eventually! If you ever have to chase down a bug and bisect a repository this big and complex you'll be singing the praises of a little consistency 😆 Do hit me up if you ever need a hand! |
|
Thank you! |
This adds two new UM boards: OMGS3 and RGB Touch Mini. Also fixed the NanoS3 deploy info. Signed-off-by: Seon Rozenblum <[email protected]>
d105c7d to
9b5f99e
Compare
|
@UnexpectedMaker it looks like |
It definitely compiles, as I am currently hosting the firmware in my rgbtouch repo. Built with: What IDF version and what error are you getting? |
|
I just built it again here and it compiled fine with no errors, so looks like it's IDF version specific? |
|
I'm building with IDF v5.2.2. The error is: |
|
Hmm, so because the modules folder is empty, git doesn't send it. Nice. It's in my local folder, so compiles fine here. The folder wont be empty in the future, so I didn't want to remove the framework using it. I'll get this sorted right now, thanks. |
|
Ok, I fixed it, but now the PR is merged, I can't add my fix to it? |
|
Ok, sorted it out... this is fixed in #15880 Cheers :) |