From 7c3dac3da710b6e89daf7c0ef2a0289a3180f1c2 Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 31 Oct 2023 21:57:28 +0100 Subject: [PATCH] order board profiles in menu --- interface/src/project/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/src/project/types.ts b/interface/src/project/types.ts index 0e1ff3706..b538f146f 100644 --- a/interface/src/project/types.ts +++ b/interface/src/project/types.ts @@ -238,6 +238,7 @@ type BoardProfiles = { export const BOARD_PROFILES: BoardProfiles = { S32: 'BBQKees Gateway S32', E32: 'BBQKees Gateway E32', + S32S3: 'BBQKees Gateway S3', NODEMCU: 'NodeMCU 32S', 'MH-ET': 'MH-ET Live D1 Mini', LOLIN: 'Lolin D32', @@ -245,8 +246,7 @@ export const BOARD_PROFILES: BoardProfiles = { OLIMEXPOE: 'Olimex ESP32-POE', C3MINI: 'Wemos C3 Mini', S2MINI: 'Wemos S2 Mini', - S3MINI: 'Liligo S3', - S32S3: 'BBQKees Gateway S3' + S3MINI: 'Liligo S3' }; export interface BoardProfile {