66
77#include " Common/Cpp/Exceptions.h"
88#include " Common/SerialPABotBase/SerialPABotBase_Protocol_IDs.h"
9- #include " CommonFramework/Globals.h"
109#include " CommonFramework/GlobalSettingsPanel.h"
1110#include " SerialPABotBase.h"
1211
@@ -26,12 +25,6 @@ const std::map<pabb_ProgramID, uint32_t>& SUPPORTED_DEVICES(){
2625 {PABB_PID_PABOTBASE_ProMicro, 2025090303 },
2726 {PABB_PID_PABOTBASE_Teensy2, 2025090303 },
2827 {PABB_PID_PABOTBASE_TeensyPP2, 2025090303 },
29- {PABB_PID_PABOTBASE_ESP32 , 2025120815 },
30- {PABB_PID_PABOTBASE_ESP32S3 , 2025120815 },
31- {PABB_PID_PABOTBASE_Pico1W_USB, 2025120815 },
32- {PABB_PID_PABOTBASE_Pico1W_UART, 2025120815 },
33- {PABB_PID_PABOTBASE_Pico2W_USB, 2025120815 },
34- {PABB_PID_PABOTBASE_Pico2W_UART, 2025120815 },
3528 };
3629 return database;
3730}
@@ -60,8 +53,10 @@ const std::map<pabb_ProgramID, uint32_t>& SUPPORTED_DEVICES2(){
6053 {PABB_PID_UNSPECIFIED , 2026052100 },
6154 {PABB_PID_PABOTBASE_ESP32 , 2026052100 },
6255 {PABB_PID_PABOTBASE_ESP32S3 , 2026052100 },
63- {PABB_PID_PABOTBASE_Pico1, 2026052100 },
64- {PABB_PID_PABOTBASE_Pico2, 2026052100 },
56+ {PABB_PID_PABOTBASE_RP2040 , 2026052100 },
57+ {PABB_PID_PABOTBASE_RP2350 , 2026052100 },
58+ {PABB_PID_PABOTBASE_Pico1W, 2026052100 },
59+ {PABB_PID_PABOTBASE_Pico2W, 2026052100 },
6560 };
6661 return database;
6762}
0 commit comments