From c548c898f35179be242ef3c1594ed2fd51e7fc7b Mon Sep 17 00:00:00 2001 From: Rastislav Vysoky Date: Tue, 25 Feb 2025 10:54:04 +0100 Subject: [PATCH] added new config entry for firmware and image for lilyfo t5 pro; nrf flasher debug now displays only length of the frame instead of full data --- config.json | 22 ++++++++++++++++++++++ flasher.js | 2 +- img/lilygo_t5_pro.png | Bin 0 -> 48550 bytes lib/dfu.js | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 img/lilygo_t5_pro.png diff --git a/config.json b/config.json index f5e4e30..7a2c964 100644 --- a/config.json +++ b/config.json @@ -71,6 +71,28 @@ } ] }, + { + "name": "Lilygo T5 E-Paper S3 Pro", + "tooltip": "", + "type": "esp32", + "firmware": [ + { + "role": "gui", + "files": [ + { + "type": "flash", + "name": "RippleUltra-T5-epaper-v6.0-beta21-merged.bin", + "title": "Combined app+partition+bootloader firmware bin" + }, + { + "type": "download", + "name": "RippleUltra-T5-epaper-v6.0-beta21.bin", + "title": "App firmware bin (use with m5 booloader)" + } + ] + } + ] + }, { "name": "Lilygo T3 S3", "type": "esp32", diff --git a/flasher.js b/flasher.js index f758998..cf63565 100644 --- a/flasher.js +++ b/flasher.js @@ -356,7 +356,7 @@ const template = `