From 74c6e54dc5fdf5facc3409f88c8da78917e891d8 Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 31 Oct 2023 22:07:01 +0100 Subject: [PATCH 1/2] uppercase Value --- interface/src/project/DashboardDevicesDialog.tsx | 6 +++--- interface/src/project/DashboardSensorsAnalogDialog.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/src/project/DashboardDevicesDialog.tsx b/interface/src/project/DashboardDevicesDialog.tsx index 25449b382..aab6fa30d 100644 --- a/interface/src/project/DashboardDevicesDialog.tsx +++ b/interface/src/project/DashboardDevicesDialog.tsx @@ -114,7 +114,7 @@ const DashboardDevicesDialog = ({ {editItem.l ? ( Date: Tue, 31 Oct 2023 22:07:12 +0100 Subject: [PATCH 2/2] group order of board profiles --- 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 ae83534bc..0a0c829df 100644 --- a/interface/src/project/types.ts +++ b/interface/src/project/types.ts @@ -239,6 +239,7 @@ type BoardProfiles = { export const BOARD_PROFILES: BoardProfiles = { S32: 'BBQKees Gateway S32', + S32S3: 'BBQKees Gateway S3', E32: 'BBQKees Gateway E32', E32V2: 'BBQKees Gateway E32 V2', NODEMCU: 'NodeMCU 32S', @@ -248,8 +249,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 {