Skip to content

Commit 37142dc

Browse files
committed
sync with new firmware
1 parent beb97d3 commit 37142dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SerialPrograms/Source/CommonFramework/Globals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace PokemonAutomation{
2626
const bool IS_BETA_VERSION = true;
2727
const int PROGRAM_VERSION_MAJOR = 0;
2828
const int PROGRAM_VERSION_MINOR = 53;
29-
const int PROGRAM_VERSION_PATCH = 8;
29+
const int PROGRAM_VERSION_PATCH = 9;
3030

3131
const std::string PROGRAM_VERSION_BASE =
3232
"v" + std::to_string(PROGRAM_VERSION_MAJOR) +

SerialPrograms/Source/Controllers/SerialPABotBase/SerialPABotBase.cpp

Lines changed: 2 additions & 2 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-
{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,

0 commit comments

Comments
 (0)