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