readyForNewRelease1.0.3

This commit is contained in:
richonguzman 2024-06-15 09:01:33 -04:00
parent 685d629ef6
commit 68edade5b4
2 changed files with 39 additions and 3 deletions

View file

@ -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

View file

@ -37,7 +37,7 @@ ________________________________________________________________________________
#include "A7670_utils.h"
#endif
String versionDate = "2024.06.13";
String versionDate = "2024.06.15";
Configuration Config;
WiFiClient espClient;