Skip to content

Commit 8c97698

Browse files
committed
Let's keep the joycons charged.
1 parent b29f20a commit 8c97698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SerialPrograms/Source/NintendoSwitch/Controllers/SerialPABotBase/NintendoSwitch_SerialPABotBase_WirelessJoycon.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void SerialPABotBase_WirelessJoycon::push_state_left_joycon(const Cancellable* c
136136
ESP32Report0x30 report{
137137
.report_id = 0x30,
138138
.timer = 0, // Populate on controller.
139-
.byte2 = 0x8d, // Full + battery : Joycon
139+
.byte2 = 0x9d, // Full + Charging : Joycon
140140
.button3 = 0,
141141
.button4 = 0,
142142
.button5 = 0,
@@ -206,7 +206,7 @@ void SerialPABotBase_WirelessJoycon::push_state_right_joycon(const Cancellable*
206206
ESP32Report0x30 report{
207207
.report_id = 0x30,
208208
.timer = 0, // Populate on controller.
209-
.byte2 = 0x8d, // Full + battery : Joycon
209+
.byte2 = 0x9d, // Full + Charging : Joycon
210210
.button3 = 0,
211211
.button4 = 0,
212212
.button5 = 0,

0 commit comments

Comments
 (0)