diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4e369c..1aeb2a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,42 @@ jobs: target: - name: ttgo-lora32-v21 chip: esp32 + - name: heltec-lora32-v2 + chip: esp32 + - name: heltec_wifi_lora_32_V3 + chip: esp32s3 + - name: heltec_wireless_stick + chip: esp32s3 + - name: heltec_wireless_stick_lite_v3 + chip: esp32s3 + - name: ESP32_DIY_LoRa + chip: esp32 + - name: ESP32_DIY_1W_LoRa + chip: esp32 + - name: ttgo-t-beam-v1_2 + chip: esp32 + - name: ttgo-t-beam-v1 + chip: esp32 + - name: ttgo-t-beam-v1_SX1268 + chip: esp3 + - name: ttgo-t-beam-v1_2_SX1262 + chip: esp32 + - name: ESP32_DIY_LoRa_A7670 + chip: esp32 + - name: heltec_wireless_tracker + chip: esp32s3 + - name: OE5HWN_MeshCom + chip: esp32 + - name: WEMOS-LOLIN32-OLED-DIY + chip: esp32 + - name: WEMOS-D1-R32-RA02 + chip: esp32 + - name: ttgo-lora32-v21-915 + chip: esp32 + - name: heltec_ht-ct62 + chip: esp32c3 + - name: esp32c3_DIY_1W_LoRa + chip: esp32c3 steps: - uses: actions/checkout@v3 @@ -60,7 +96,7 @@ jobs: --flash_mode dio \ --flash_freq 40m \ --flash_size 8MB \ - 0x1000 installer/firmware/bootloader.bin \ + 0x0000 installer/firmware/bootloader.bin \ 0x8000 installer/firmware/partitions.bin \ 0xe000 installer/firmware/boot_app0.bin \ 0x10000 installer/firmware/firmware.bin \ @@ -75,7 +111,7 @@ jobs: 0x8000 installer/firmware/partitions.bin \ 0xe000 installer/firmware/boot_app0.bin \ 0x10000 installer/firmware/firmware.bin \ - 0x290000 installer/firmware/spiffs.bin + 0x3D0000 installer/firmware/spiffs.bin fi - name: Install Zip diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 9923479..6008909 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -37,7 +37,7 @@ ________________________________________________________________________________ #include "A7670_utils.h" #endif -String versionDate = "2024.06.13"; +String versionDate = "2024.06.15"; Configuration Config; WiFiClient espClient;