solosky / pixl.js

An emulator for Amiibo!
GNU General Public License v2.0
575 stars 110 forks source link

Update settings_scene_main.c: Move DFU to the second last spot #185

Closed fishybow closed 8 months ago

fishybow commented 8 months ago

Rationale.

If someone messed up their firmware upgrade, for example, by uploading LCD firmware to an OLED device, they can reliably turn on DFU mode by pressing the following button sequence: LEFT, DOWN, LEFT, LEFT, DOWN.

DFU being at the second last means the button sequence is short and easier to execute.

This change mitigates the second bullet point of #158 .

netlify[bot] commented 8 months ago

Deploy Preview for aquamarine-heliotrope-f610d4 processing.

Name Link
Latest commit de4cf43209a81d3453d4ce66d4a933a8520cff0a
Latest deploy log https://app.netlify.com/sites/aquamarine-heliotrope-f610d4/deploys/658eee489d2d8d0008cb5798
netlify[bot] commented 8 months ago

Deploy Preview for aquamarine-heliotrope-f610d4 failed.

Name Link
Latest commit de4cf43209a81d3453d4ce66d4a933a8520cff0a
Latest deploy log https://app.netlify.com/sites/aquamarine-heliotrope-f610d4/deploys/658eee489d2d8d0008cb5798
impeeza commented 8 months ago

may be a companion of:

https://github.com/solosky/pixl.js/blob/main/docs/en/02-Flash-Firmware.md#repair-wrong-firmware-version

fishybow commented 8 months ago

Give that it's already well documented, I'm going to close this request.