Skip to content

Commit d923655

Browse files
committed
Bump version and update README.md to reflect new changes
1 parent 8e12e71 commit d923655

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ INCLUDES := include
4646
ROMFS := romfs
4747

4848
VERSION_MAJOR := 0
49-
VERSION_MINOR := 4
49+
VERSION_MINOR := 5
5050
VERSION_MICRO := 0
5151

5252
APP_TITLE := SwitchIdent

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ This is yet another identity tool that is continuing the series of <*device name
2727
- Displays SD and gamecard slot statuses.
2828
- Displays WiFi and Bluetooth MAC address.
2929
- Display battery age (in percentage and pcm).
30-
- Display battery internal and external temperature.
31-
- Display battery internal and external temperature.
30+
- Display internal (PCB) temperature.
31+
- Display external (SoC) temperature.
3232
- Display battery charger input and output current limit.
3333
- Display battery charging current limit.
3434
- Display battery charging voltage limit.
@@ -37,6 +37,10 @@ This is yet another identity tool that is continuing the series of <*device name
3737
- Display battery charger type.
3838
- Display battery charger current limit.
3939
- Display battery charger voltage limit.
40+
- Display battery temperature.
41+
- Display headphone port status.
42+
- Display joy-con battery.
43+
- Display joy-con firmware.
4044

4145
# Credits:
4246
- shchmue: Added missing DRAM descriptors and fix compatibility with libnx v4.2.0+

0 commit comments

Comments
 (0)