File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
SerialPrograms/Source/Controllers/SerialPABotBase Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments