From 68edade5b4656d13971711323406959b778148d4 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sat, 15 Jun 2024 09:01:33 -0400 Subject: [PATCH] readyForNewRelease1.0.3 --- .github/workflows/build.yml | 40 +++++++++++++++++++++++++++++++++++-- src/LoRa_APRS_iGate.cpp | 2 +- 2 files changed, 39 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4e369cd..1aeb2a5a 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 99234792..60089090 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;