Compare commits

..

No commits in common. "6700a1761fe5089c1a21eec50bc72470ac2b5e56" and "c3918f075b65882b62bae3cd06ca90c43f97e7df" have entirely different histories.

3 changed files with 4 additions and 12 deletions

View File

@ -217,10 +217,10 @@ jobs:
VERSION: ${{ steps.get_version.outputs.VERSION }} VERSION: ${{ steps.get_version.outputs.VERSION }}
run: | run: |
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; \
set ftp:ssl-force true; \ set ftp:ssl-force true; \
set ssl:check-hostname false; \ set ssl:check-hostname false; \
set ftp:ssl-auth TLS; \ set ftp:ssl-auth TLS; \
open -u '"$FTP_USER"','"$FTP_PASSWORD"' ftp://filaman.app:21; \ open -u ${FTP_USER},${FTP_PASSWORD} ftp://filaman.app:21; \
put -O / filaman_full_'"$VERSION"'.bin -o filaman_full.bin' put -O / filaman_full_${VERSION}.bin -o filaman_full.bin"

View File

@ -1,13 +1,5 @@
# Changelog # Changelog
## [1.3.82] - 2025-02-23
### Added
- update Gitea release workflow to use variable interpolation for FTP credentials
### Changed
- update webpages for version v1.3.82
## [1.3.81] - 2025-02-23 ## [1.3.81] - 2025-02-23
### Added ### Added
- update Gitea release workflow to use environment variables for FTP credentials and version - update Gitea release workflow to use environment variables for FTP credentials and version

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.82" version = "1.3.81"
## ##
[env:esp32dev] [env:esp32dev]
platform = espressif32 platform = espressif32