From 34235e7b64007ccc8ce0b43e6db6d005af5cc5ae Mon Sep 17 00:00:00 2001 From: whywilson Date: Tue, 28 Apr 2026 17:07:46 +0800 Subject: [PATCH] Add MTools Tec Meshtiny (nRF52840) device --- config.json | 34 ++++++++++++++++++++++++++++++++++ img/mtoolstec_meshtiny.svg | 1 + 2 files changed, 35 insertions(+) create mode 100644 img/mtoolstec_meshtiny.svg diff --git a/config.json b/config.json index 449b949..a6b968f 100644 --- a/config.json +++ b/config.json @@ -61,6 +61,9 @@ "lilygo": { "name": "LilyGo" }, + "mtoolstec": { + "name": "MTools Tec" + }, "raspberry": { "name": "Raspberry Pi" } @@ -4650,6 +4653,37 @@ } ] }, + { + "maker": "mtoolstec", + "class": "community", + "name": "MTools Tec Meshtiny", + "icon": "/img/lora.svg", + "tooltip": "", + "type": "nrf52", + "erase": "FLASH_ERASE_nrf52_softdevice_v6.zip", + "firmware": [ + { + "role": "companionBle", + "github": { + "type": "companion", + "files": { + "flash": "Meshtiny_companion_radio_ble.*?\\.zip", + "download": "Meshtiny_companion_radio_ble.*?\\.uf2" + } + } + }, + { + "role": "companionUsb", + "github": { + "type": "companion", + "files": { + "flash": "Meshtiny_companion_radio_usb.*?\\.zip", + "download": "Meshtiny_companion_radio_usb.*?\\.uf2" + } + } + } + ] + }, { "maker": "promicro", "class": "community", diff --git a/img/mtoolstec_meshtiny.svg b/img/mtoolstec_meshtiny.svg new file mode 100644 index 0000000..912da1c --- /dev/null +++ b/img/mtoolstec_meshtiny.svg @@ -0,0 +1 @@ + \ No newline at end of file