File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Controllers/SerialPABotBase Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ namespace PokemonAutomation{
2626const bool IS_BETA_VERSION = true ;
2727const int PROGRAM_VERSION_MAJOR = 0 ;
2828const int PROGRAM_VERSION_MINOR = 53 ;
29- const int PROGRAM_VERSION_PATCH = 8 ;
29+ const int PROGRAM_VERSION_PATCH = 9 ;
3030
3131const std::string PROGRAM_VERSION_BASE =
3232 " v" + std::to_string(PROGRAM_VERSION_MAJOR) +
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- {2025061200 , {
95+ {2025061202 , {
9696 {PABB_PID_PABOTBASE_ESP32, {
9797 {ControllerType::NintendoSwitch_WirelessProController, {
9898 ControllerFeature::TickPrecise,
@@ -111,7 +111,7 @@ const std::map<
111111 }},
112112 }},
113113 }},
114- {2025061300 , {
114+ {2025061302 , {
115115 {PABB_PID_PABOTBASE_ESP32S3, {
116116 {ControllerType::NintendoSwitch_WiredProController, {
117117 ControllerFeature::TickPrecise,
You can’t perform that action at this time.
0 commit comments