From 8216f70be4a8e2f282b11b692d5b097406641299 Mon Sep 17 00:00:00 2001 From: lewishe Date: Mon, 6 Mar 2023 15:57:40 +0800 Subject: [PATCH] Update README --- firmware/README.MD | 9 ++++++--- .../{LilyGo_T_Display_20200414.bin => firmware.bin} | Bin 2 files changed, 6 insertions(+), 3 deletions(-) rename firmware/{LilyGo_T_Display_20200414.bin => firmware.bin} (100%) diff --git a/firmware/README.MD b/firmware/README.MD index 9633bdb..08a7ea8 100644 --- a/firmware/README.MD +++ b/firmware/README.MD @@ -1,9 +1,12 @@ -[Flash_download_tool](https://www.espressif.com.cn/sites/default/files/tools/flash_download_tool_3.9.3_0.zip) +When you suspect that there is a problem with the hardware, you can brush in our test firmware -![](esp32-1.png) -![](esp32-2.png) +1. Download [Flash_download_tool](https://www.espressif.com.cn/sites/default/files/tools/flash_download_tool_3.9.3_0.zip) +2. Select esp32,UART + ![](esp32-1.png) +3. Select according to the following figure, finally select START, press RST after writing, or power on again, and then observe the log output from the serial port + ![](esp32-2.png) diff --git a/firmware/LilyGo_T_Display_20200414.bin b/firmware/firmware.bin similarity index 100% rename from firmware/LilyGo_T_Display_20200414.bin rename to firmware/firmware.bin