We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92ec7f commit 4a88e1bCopy full SHA for 4a88e1b
SerialPrograms/Source/Controllers/SerialPABotBase/SerialPABotBase.cpp
@@ -21,12 +21,12 @@ const std::map<pabb_ProgramID, uint32_t>& SUPPORTED_DEVICES(){
21
{PABB_PID_PABOTBASE_ProMicro, 2025090303},
22
{PABB_PID_PABOTBASE_Teensy2, 2025090303},
23
{PABB_PID_PABOTBASE_TeensyPP2, 2025090303},
24
- {PABB_PID_PABOTBASE_ESP32, 2025092304},
+ {PABB_PID_PABOTBASE_ESP32, 2025092305},
25
{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},
+ {PABB_PID_PABOTBASE_Pico1W_USB, 2025090409},
+ {PABB_PID_PABOTBASE_Pico1W_UART, 2025090409},
+ {PABB_PID_PABOTBASE_Pico2W_USB, 2025090409},
+ {PABB_PID_PABOTBASE_Pico2W_UART, 2025090409},
30
};
31
return database;
32
}
0 commit comments