From f63da3a6c48428e39557877b739cddbe3d3caaa9 Mon Sep 17 00:00:00 2001 From: ralphwetzel Date: Fri, 27 Sep 2024 22:45:20 +0200 Subject: [PATCH] Add missing nrf53 plattform & sim for Six --- mcu_plugin.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mcu_plugin.js b/mcu_plugin.js index 5e7b2f9..604976a 100644 --- a/mcu_plugin.js +++ b/mcu_plugin.js @@ -671,6 +671,7 @@ module.exports = function(RED) { 'nrf52/moddable_display_4', 'nrf52/moddable_four', 'nrf52/moddable_four_io', + 'nrf52/moddable_four_uart', 'nrf52/sparkfun', 'nrf52/xiao', 'nrf52/xiao_ili9341', @@ -754,6 +755,7 @@ module.exports = function(RED) { 'sim/moddable_two': "Moddable Two", 'sim/moddable_three': "Moddable Three", // this order looks better 'sim/moddable_four': "Moddable Four", + 'sim/moddable_six': "Moddable Six", 'sim/nodemcu': "Node MCU", 'sim/pico_display': "Pico Display", 'sim/pico_display_2': "Pico Display2",