Skip to content

Commit

Permalink
List of known platforms updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphwetzel committed Oct 15, 2023
1 parent ff3f93d commit ad29de9
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions mcu_plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,9 +577,14 @@ module.exports = function(RED) {
'esp32/esp32_thing_plus',
'esp32/esp32c3',
'esp32/esp32c3_cdc',
'esp32/esp32c6',
'esp32/esp32c6_gc9a01',
'esp32/esp32h2',
'esp32/esp32h2_ili9341',
'esp32/esp32s3',
'esp32/esp32s3_cdc',
'esp32/esp32s3_usb',
'esp32/feather_s3_tft',
'esp32/heltec_lora_32',
'esp32/heltec_wifi_kit_32',
'esp32/kaluga',
Expand Down Expand Up @@ -607,21 +612,26 @@ module.exports = function(RED) {
'esp32/moddable_display_2',
'esp32/moddable_two',
'esp32/moddable_two_io',
'esp32/moddable_two_io_v5',
'esp32/moddable_zero',
'esp32/nodemcu',
'esp32/oddwires',
'esp32/qtpyc3',
'esp32/qtpyc3_ili9341',
'esp32/qtpys2',
'esp32/qtpys2_ili9341',
'esp32/qtpys3',
'esp32/qtpys3-cdc',
'esp32/s3_tft_feather',
'esp32/qtpys3_cdc',
'esp32/qtpys3_ili9341',
'esp32/saola_wroom',
'esp32/saola_wrover',
'esp32/wemos_oled_lolin32',
'esp32/wrover_kit',
'esp32/wt32_eth01',
'esp32/xiao_esp32c3',
'esp32/xiao_esp32c3_ili9341',
'esp32/xiao_esp32s3',
'esp32/xiao_esp32s3_ili9341',
'gecko/blue',
'gecko/giant',
'gecko/mighty',
Expand All @@ -637,6 +647,7 @@ module.exports = function(RED) {
'nrf52/xiao_ili9341',
'pico/captouch',
'pico/ili9341',
'pico/ili9341_i2s',
'pico/itsybitsy',
'pico/lilygo_t_display',
'pico/pico_display',
Expand All @@ -647,6 +658,7 @@ module.exports = function(RED) {
'pico/pro_micro',
'pico/qt_trinkey',
'pico/qtpy',
'pico/qtpy_ili9341',
'pico/tiny2040',
'pico/ws_round',
'pico/ws_round_touch',
Expand Down

0 comments on commit ad29de9

Please sign in to comment.