Skip to content

Commit 39db824

Browse files
committed
Update to latest FW versions.
1 parent 871144a commit 39db824

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

SerialPrograms/Source/Controllers/SerialPABotBase/SerialPABotBase.cpp

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const std::map<
122122
}},
123123
}},
124124
#endif
125-
{2025033000, {
125+
{2025040500, {
126126
{PABB_PID_PABOTBASE_ESP32, {
127127
{ControllerType::NintendoSwitch_WirelessProController, {
128128
ControllerFeature::TickPrecise,
@@ -141,7 +141,7 @@ const std::map<
141141
}},
142142
}},
143143
}},
144-
{2025040200, {
144+
{2025040500, {
145145
{PABB_PID_PABOTBASE_ArduinoUnoR3, {
146146
{ControllerType::NintendoSwitch_WiredProController, {
147147
ControllerFeature::TickPrecise,
@@ -182,6 +182,14 @@ const std::map<
182182
ControllerFeature::NintendoSwitch_DateSkip,
183183
}},
184184
}},
185+
{PABB_PID_PABOTBASE_ESP32S3, {
186+
{ControllerType::NintendoSwitch_WiredProController, {
187+
ControllerFeature::TickPrecise,
188+
ControllerFeature::QueryCommandQueueSize,
189+
ControllerFeature::NintendoSwitch_ProController,
190+
ControllerFeature::NintendoSwitch_DateSkip,
191+
}},
192+
}},
185193
}},
186194
};
187195

0 commit comments

Comments
 (0)