From 5871288ce793c2e1ff1fa9ca3ab9a8676b6f0f04 Mon Sep 17 00:00:00 2001 From: Awawa <69086569+awawa-dev@users.noreply.github.com> Date: Sat, 26 Oct 2024 16:43:52 +0200 Subject: [PATCH] Update readme.md --- readme.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 462aa314ce..3d118ddcd1 100644 --- a/readme.md +++ b/readme.md @@ -10,10 +10,25 @@ Fork of the WLED project where the Adalight USB serial protocol @115200 speed is 1 For installation and configuration of WLED please refer to the WLED project: [link](https://github.com/Aircoookie/WLED)
2 For configuration of HyperHDR please refer to the base project of AWA protocol: [link](https://github.com/awawa-dev/HyperSerialEsp8266)

-

ESP8266:


+

ESP32-C3, ESP32-S3

+ +``` +esptool.exe -p COM10 erase_flash +esptool.exe -p COM10 write_flash 0x0 C3_bootloader.bin +esptool.exe -p COM10 write_flash 0x8000 C3_partitions.bin +esptool.exe -p COM10 write_flash 0x010000 WLED_0.14.0_ESP32-C3.bin + +esptool.exe -p COM9 erase_flash +esptool.exe -p COM9 write_flash 0x0 S3_noPSRAM_qio_bootloader.bin // or with PSRAM +esptool.exe -p COM9 write_flash 0x8000 S3_partitions_8MB.bin +esptool.exe -p COM9 write_flash 0x010000 WLED_0.14.0_ESP32-S3_8MB.bin +``` + +
+

ESP8266:




-

ESP32:


+

ESP32:



WLED is receiving data from the USB serial port at @2000000 baud: