-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Release bin strategy #5463
Description
I would like to float an idea for a change in strategy to our release bins
Given it looks like the web installer is about to get the ability to detect psram and flash size I think it's an appropriate time to review our release bins
The previous approach seems to have been a mix between throwing in as much as possible, but then also keeping inside the limit imposed by our partition table and the rather generous filesystem partition (that goes massively underused in many cases I suspect)
However when it comes to usermods, other than AR they are not included, even if they are potentially quite broad if their appeal and minimal in flash usage
This means users might miss out on functionality and requires the use of custom builds (and the issues when it comes to upgrade)
What I was thinking is that for users with hardware with more than 4MB and/or PSRAM we include more in the build, otherwise those extra resources are just wasted
If for some reason you want a minimalist build, despite your hardware, these power users can still do a smaller build (or just ota to the 4MB image)