Skip to content

Commit

Permalink
switch update
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Mar 26, 2024
1 parent 4d812f8 commit 888564e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cogs/assistance-cmds/newver.switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ help-desc: Quick advice for new versions
Currently, the latest Switch system firmware is `{nx_firmware}`.

If your Switch is **unpatched**:
Atmosphere and Hekate currently support {nx_firmware}, and unpatched units will always be hackable.
You should follow the precautions in our update guide if already hacked, and always update Atmosphere and Hekate before updating the system firmware.
Atmosphere and Hekate DO NOT currently support {nx_firmware}, BUT unpatched units will always be hackable when the main tools get new releases.
Wait for further advice and information from us via <#225556031428755456>, where new releases will be posted.

If your Switch is **hardware patched**:
Any unit that is Mariko or above (aka 'redbox' Switches, Switch Lites, Switch OLED, etc.) is *unlikely to ever be hackable*.
Expand Down
8 changes: 4 additions & 4 deletions utils/mdcmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
systems = systems_no_aliases + tuple(aliases) + ('legacy',)

format_map = {
'nx_firmware': '16.0.1',
'ams_ver': '1.5.1',
'hekate_ver': '6.0.2',
'last_revision': 'March 28th, 2023',
'nx_firmware': '18.0.0',
'ams_ver': '1.6.2',
'hekate_ver': '6.1.0',
'last_revision': '26th March, 2024',
}


Expand Down

0 comments on commit 888564e

Please sign in to comment.