Compare commits

...

3 Commits

Author SHA1 Message Date
c6cfd85687 docs: update changelog and header for version v1.3.85
Some checks failed
Release Workflow / detect-provider (push) Successful in 3s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Failing after 2m41s
2025-02-23 15:20:13 +01:00
84632322e2 docs: update webpages for version v1.3.85 2025-02-23 15:20:13 +01:00
86e55a8696 fix: add FTP_USER variable for Gitea release workflow 2025-02-23 15:20:09 +01:00
3 changed files with 14 additions and 1 deletions

View File

@ -220,6 +220,11 @@ jobs:
FTP_HOST: ${{ secrets.FTP_HOST }} FTP_HOST: ${{ secrets.FTP_HOST }}
VERSION: ${{ steps.get_version.outputs.VERSION }} VERSION: ${{ steps.get_version.outputs.VERSION }}
run: | run: |
echo $FTP_USER
export FTP_USER=${{ secrets.FTP_USER }}
echo $FTP_USER
cd .pio/build/esp32dev cd .pio/build/esp32dev
lftp -c "set ssl:verify-certificate no; \ lftp -c "set ssl:verify-certificate no; \
set ftp:ssl-protect-data true; \ set ftp:ssl-protect-data true; \

View File

@ -1,5 +1,13 @@
# Changelog # Changelog
## [1.3.85] - 2025-02-23
### Added
- add FTP_USER variable for Gitea release workflow
### Changed
- update webpages for version v1.3.85
## [1.3.84] - 2025-02-23 ## [1.3.84] - 2025-02-23
### Added ### Added
- add FTP_HOST variable for firmware upload in Gitea release workflow - add FTP_HOST variable for firmware upload in Gitea release workflow

View File

@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[common] [common]
version = "1.3.84" version = "1.3.85"
## ##
[env:esp32dev] [env:esp32dev]
platform = espressif32 platform = espressif32