Skip to content

Commit

Permalink
readyForNewRelease1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Jun 15, 2024
1 parent 685d629 commit 68edade
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 3 deletions.
40 changes: 38 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 \
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/LoRa_APRS_iGate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ________________________________________________________________________________
#include "A7670_utils.h"
#endif

String versionDate = "2024.06.13";
String versionDate = "2024.06.15";
Configuration Config;
WiFiClient espClient;

Expand Down

0 comments on commit 68edade

Please sign in to comment.