ducalex
ducalex
My bad I confused two issues, you don't need esp-idf 5.0. You can go back as far as you want in retro-go's history then! But you might have to use...
I'm closing this issue, the short answer is that yes PSRAM is required. I've also added an alert in 6baf173afd5a5b63d632c99bd105c644a943f446 that pops up if external ram isn't detected. Eventually it...
If I understand you correctly you're suggesting we put this in our mrgc-g32/config.h: ````c #define RG_BATTERY_CALC_VOLTAGE(raw) (3 * (raw) * 3.3f / 256) ```` ?
I've added your changes in 53717b767e27218951f8dcd776e0aa759e3eb071. Thanks!
I don't have a Retro-ESP32 either and I prefer to only release builds that I can personally test and troubleshoot when needed. But I can see the value in making...
I don't think the updater not working on unsupported targets is a very big deal but I agree it should at least work easily on forks of retro-go. First thing...
> If I'm not mistaken, the Github Actions thing that automates builds typically requires the person downloading files to be logged into github, right? Yes. Accessing artifacts is probably possible...
Starting with next release I'll be building and uploading for all targets we have (even if they're not fully working). Though I still only test and support ODROID-GO and MRGC...
To sum up: The status is unclear, but for the past couple versions I've been providing a .fw that should work on the Retro-ESP32 device. If it doesn't, or for...
File names that are too long will now be skipped instead of being truncated (which I agree was weird). I've also increased the max length from 74 to 90 which...