Skip to content

Commit fcab891

Browse files
authored
Add LN882X to wizard dialog (#767)
1 parent d47ec23 commit fcab891

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/const.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export type SupportedPlatforms =
1717
| "ESP32P4"
1818
| "RP2040"
1919
| "BK72XX"
20+
| "LN882X"
2021
| "RTL87XX";
2122

2223
export type PlatformData = {
@@ -106,6 +107,12 @@ export const supportedPlatforms = {
106107
showInDeviceTypePicker: true,
107108
defaultBoard: null,
108109
},
110+
LN882X: {
111+
label: "LN882x",
112+
showInPickerTitle: true,
113+
showInDeviceTypePicker: true,
114+
defaultBoard: null,
115+
},
109116
RTL87XX: {
110117
label: "RTL87xx",
111118
showInPickerTitle: true,

0 commit comments

Comments
 (0)