Skip to content

Commit 3295e80

Browse files
committed
Enforce new firmware with hanging fix.
1 parent 1cd63d6 commit 3295e80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SerialPrograms/Source/Controllers/SerialPABotBase/SerialPABotBase.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const std::map<
9292
std::map<ControllerType, ControllerFeatures>
9393
>
9494
> SUPPORTED_VERSIONS{
95-
{2025061205, {
95+
{2025061208, {
9696
{PABB_PID_PABOTBASE_ESP32, {
9797
{ControllerType::NintendoSwitch_WirelessProController, {
9898
ControllerFeature::TickPrecise,
@@ -111,7 +111,7 @@ const std::map<
111111
}},
112112
}},
113113
}},
114-
{2025061306, {
114+
{2025061307, {
115115
{PABB_PID_PABOTBASE_ESP32S3, {
116116
{ControllerType::NintendoSwitch_WiredProController, {
117117
ControllerFeature::TickPrecise,
@@ -121,7 +121,7 @@ const std::map<
121121
}},
122122
}},
123123
}},
124-
{2025061405, {
124+
{2025061406, {
125125
{PABB_PID_PABOTBASE_ArduinoUnoR3, {
126126
{ControllerType::NintendoSwitch_WiredProController, {
127127
ControllerFeature::TickPrecise,

0 commit comments

Comments
 (0)