Skip to content

Commit 4a88e1b

Browse files
committed
Force new firmware for wireless controllers.
1 parent d92ec7f commit 4a88e1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

SerialPrograms/Source/Controllers/SerialPABotBase/SerialPABotBase.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ const std::map<pabb_ProgramID, uint32_t>& SUPPORTED_DEVICES(){
2121
{PABB_PID_PABOTBASE_ProMicro, 2025090303},
2222
{PABB_PID_PABOTBASE_Teensy2, 2025090303},
2323
{PABB_PID_PABOTBASE_TeensyPP2, 2025090303},
24-
{PABB_PID_PABOTBASE_ESP32, 2025092304},
24+
{PABB_PID_PABOTBASE_ESP32, 2025092305},
2525
{PABB_PID_PABOTBASE_ESP32S3, 2025090304},
26-
{PABB_PID_PABOTBASE_Pico1W_USB, 2025090406},
27-
{PABB_PID_PABOTBASE_Pico1W_UART, 2025090406},
28-
{PABB_PID_PABOTBASE_Pico2W_USB, 2025090406},
29-
{PABB_PID_PABOTBASE_Pico2W_UART, 2025090406},
26+
{PABB_PID_PABOTBASE_Pico1W_USB, 2025090409},
27+
{PABB_PID_PABOTBASE_Pico1W_UART, 2025090409},
28+
{PABB_PID_PABOTBASE_Pico2W_USB, 2025090409},
29+
{PABB_PID_PABOTBASE_Pico2W_UART, 2025090409},
3030
};
3131
return database;
3232
}

0 commit comments

Comments
 (0)