Attach binaries into Releases - #370
Conversation
|
Well , good, but pin definition, sensors available, etc? |
|
Yeah, they usually don't have.. mostly DIY boards won't have it.. But devices like T-Deck come with predefined modules and pins, no need to change, and that is my target here π On the other project I manage, we have made module pinouts dynamically set, saving it on a json file on the SDCard or LittleFS "spiffs" partition.. so users can customize it and use the pinouts available on their board at runtime, without recompiling it (which can take several minutes) Here is how we do it.. just an idea π |
|
Yeah, I'll check-it Maybe I'll take your Idea in my project for the next release (If isn't any problem for you) |
|
No problem at all.. opensourcing means evolving with other devs examples π |
This Workflow runs automatically after you create a new relase.
It builds ICENAV_BOARD, TDECK_ESP32S3, "ELECROW_ESP32, MAKERF_ESP32S3 and T4_S3 environments in parallel, and if them all build successfully, it uploads to the reffered release.
with it I can add IceNav into Launcher listing and you don't need to worry with it.
Related Issues:
bmorcelli/Launcher#272
#335