From 643a18f40ca952345755181f674692aabe0d124d Mon Sep 17 00:00:00 2001 From: richonguzman Date: Fri, 23 Aug 2024 18:05:27 -0400 Subject: [PATCH] Wemos S2 Mini DIY LoRa added --- .github/workflows/build.yml | 13 +++++++++++++ README.md | 1 + 2 files changed, 14 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d3c464..ed4557f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,6 +61,8 @@ jobs: chip: esp32 - name: WEMOS-D1-R32-RA02 chip: esp32 + - name: WEMOS_S2_MINI_DIY_LoRa + chip: esp32s2 - name: esp32c3_DIY_1W_LoRa chip: esp32c3 - name: esp32c3_DIY_1W_LoRa_915 @@ -108,6 +110,17 @@ jobs: 0xe000 installer/firmware/boot_app0.bin \ 0x10000 installer/firmware/firmware.bin \ 0x3D0000 installer/firmware/spiffs.bin + elif [ "${{ matrix.target.chip }}" == "esp32s2" ]; then + python installer/bin/esptool/esptool.py --chip esp32s2 merge_bin \ + -o installer/web_factory.bin \ + --flash_mode dio \ + --flash_freq 40m \ + --flash_size 4MB \ + 0x1000 installer/firmware/bootloader.bin \ + 0x8000 installer/firmware/partitions.bin \ + 0xe000 installer/firmware/boot_app0.bin \ + 0x10000 installer/firmware/firmware.bin \ + 0x3D0000 installer/firmware/spiffs.bin elif [ "${{ matrix.target.chip }}" == "esp32s3" ]; then python installer/bin/esptool/esptool.py --chip esp32s3 merge_bin \ -o installer/web_factory.bin \ diff --git a/README.md b/README.md index 0f8041d..510c252 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ __(This iGate Firmware works with all LoRa Tracker Firmwares (specially this