@@ -92,69 +92,74 @@ const std::map<
9292 std::map<ControllerType, ControllerFeatures>
9393 >
9494> SUPPORTED_VERSIONS{
95- {2025040500 , {
96- {PABB_PID_PABOTBASE_ArduinoUnoR3 , {
97- {ControllerType::NintendoSwitch_WiredProController , {
95+ {2025061200 , {
96+ {PABB_PID_PABOTBASE_ESP32 , {
97+ {ControllerType::NintendoSwitch_WirelessProController , {
9898 ControllerFeature::TickPrecise,
99+ ControllerFeature::TimingFlexibleMilliseconds,
99100 ControllerFeature::NintendoSwitch_ProController,
100- ControllerFeature::NintendoSwitch_DateSkip,
101+ }},
102+ {ControllerType::NintendoSwitch_LeftJoycon, {
103+ ControllerFeature::TickPrecise,
104+ ControllerFeature::TimingFlexibleMilliseconds,
105+ ControllerFeature::NintendoSwitch_LeftJoycon,
106+ }},
107+ {ControllerType::NintendoSwitch_RightJoycon, {
108+ ControllerFeature::TickPrecise,
109+ ControllerFeature::TimingFlexibleMilliseconds,
110+ ControllerFeature::NintendoSwitch_RightJoycon,
101111 }},
102112 }},
103- {PABB_PID_PABOTBASE_ArduinoLeonardo, {
113+ }},
114+ {2025061300 , {
115+ {PABB_PID_PABOTBASE_ESP32S3, {
104116 {ControllerType::NintendoSwitch_WiredProController, {
105117 ControllerFeature::TickPrecise,
118+ ControllerFeature::TimingFlexibleMilliseconds,
106119 ControllerFeature::NintendoSwitch_ProController,
107120 ControllerFeature::NintendoSwitch_DateSkip,
108121 }},
109122 }},
110- {PABB_PID_PABOTBASE_ProMicro, {
123+ }},
124+ {2025061402 , {
125+ {PABB_PID_PABOTBASE_ArduinoUnoR3, {
111126 {ControllerType::NintendoSwitch_WiredProController, {
112127 ControllerFeature::TickPrecise,
128+ ControllerFeature::TimingFlexibleMilliseconds,
113129 ControllerFeature::NintendoSwitch_ProController,
114130 ControllerFeature::NintendoSwitch_DateSkip,
115131 }},
116132 }},
117- {PABB_PID_PABOTBASE_Teensy2 , {
133+ {PABB_PID_PABOTBASE_ArduinoLeonardo , {
118134 {ControllerType::NintendoSwitch_WiredProController, {
119135 ControllerFeature::TickPrecise,
136+ ControllerFeature::TimingFlexibleMilliseconds,
120137 ControllerFeature::NintendoSwitch_ProController,
121138 ControllerFeature::NintendoSwitch_DateSkip,
122139 }},
123140 }},
124- {PABB_PID_PABOTBASE_TeensyPP2 , {
141+ {PABB_PID_PABOTBASE_ProMicro , {
125142 {ControllerType::NintendoSwitch_WiredProController, {
126143 ControllerFeature::TickPrecise,
144+ ControllerFeature::TimingFlexibleMilliseconds,
127145 ControllerFeature::NintendoSwitch_ProController,
128146 ControllerFeature::NintendoSwitch_DateSkip,
129147 }},
130148 }},
131- }},
132- {2025041403 , {
133- {PABB_PID_PABOTBASE_ESP32S3, {
149+ {PABB_PID_PABOTBASE_Teensy2, {
134150 {ControllerType::NintendoSwitch_WiredProController, {
135151 ControllerFeature::TickPrecise,
136152 ControllerFeature::TimingFlexibleMilliseconds,
137153 ControllerFeature::NintendoSwitch_ProController,
138154 ControllerFeature::NintendoSwitch_DateSkip,
139155 }},
140156 }},
141- }},
142- {2025042601 , {
143- {PABB_PID_PABOTBASE_ESP32, {
144- {ControllerType::NintendoSwitch_WirelessProController, {
157+ {PABB_PID_PABOTBASE_TeensyPP2, {
158+ {ControllerType::NintendoSwitch_WiredProController, {
145159 ControllerFeature::TickPrecise,
146160 ControllerFeature::TimingFlexibleMilliseconds,
147161 ControllerFeature::NintendoSwitch_ProController,
148- }},
149- {ControllerType::NintendoSwitch_LeftJoycon, {
150- ControllerFeature::TickPrecise,
151- ControllerFeature::TimingFlexibleMilliseconds,
152- ControllerFeature::NintendoSwitch_LeftJoycon,
153- }},
154- {ControllerType::NintendoSwitch_RightJoycon, {
155- ControllerFeature::TickPrecise,
156- ControllerFeature::TimingFlexibleMilliseconds,
157- ControllerFeature::NintendoSwitch_RightJoycon,
162+ ControllerFeature::NintendoSwitch_DateSkip,
158163 }},
159164 }},
160165 }},
0 commit comments