From 9bb705d1b397bb63add33eef476e79643c98bc60 Mon Sep 17 00:00:00 2001 From: Sonthaya Boonchan Date: Fri, 23 Oct 2020 11:01:13 +0700 Subject: [PATCH 1/2] add device "HONEYLemon" --- devices.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/devices.json b/devices.json index d03354a..705d45b 100644 --- a/devices.json +++ b/devices.json @@ -199,5 +199,18 @@ "chip": "esp32", "flag": "--flash_mode dio --flash_freq 80m --flash_size detect", "speed": 921600 - } + }, + { + "name": "HONEYLemon", + "firmware": [ + "esp32-idf4-20191220-v1.12.bin", + "esp32-idf3-20191220-v1.12.bin", + "esp32-idf3-20190529-v1.11.bin", + "esp32-idf3-20190125-v1.10.bin", + "esp32-idf3-20180511-v1.9.4.bin" + ], + "chip": "esp32", + "flag": "--flash_mode dio --flash_freq 80m --flash_size detect", + "speed": 115200 + }, ] \ No newline at end of file From f3a4881c865d6870db5811949ef399be107d715c Mon Sep 17 00:00:00 2001 From: Sonthaya Boonchan Date: Fri, 23 Oct 2020 11:02:44 +0700 Subject: [PATCH 2/2] add device "HONEYLemon" --- devices.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices.json b/devices.json index 705d45b..705bc81 100644 --- a/devices.json +++ b/devices.json @@ -212,5 +212,5 @@ "chip": "esp32", "flag": "--flash_mode dio --flash_freq 80m --flash_size detect", "speed": 115200 - }, + } ] \ No newline at end of file