Compare commits

..

9 Commits

3 changed files with 26 additions and 4 deletions

@ -210,8 +210,8 @@ jobs:
host: "filaman.app"
port: 21
user: "firmware"
password: ${{ secrets.FTP_PASSWORD }}
password: "${{ secrets.FTP_PASSWORD }}"
forceSsl: true
localDir: ".pio/build/esp32dev"
remoteDir: "/"
options: "--ssl-reqd --include 'filaman_full_*.bin' --rename"
options: "set ssl:verify-certificate no; mirror -R --include-glob filaman_full_*.bin --parallel=1"

@ -1,5 +1,27 @@
# Changelog
## [1.3.74] - 2025-02-23
### Changed
- update webpages for version v1.3.74
### Fixed
- update password syntax in gitea-release workflow
## [1.3.73] - 2025-02-23
### Changed
- update webpages for version v1.3.73
- update version to 1.3.72 in platformio.ini
## [1.3.72] - 2025-02-23
### Changed
- update webpages for version v1.3.72
### Fixed
- update FTP options for Gitea release workflow
## [1.3.71] - 2025-02-23
### Added
- add FTP upload step for firmware in Gitea release workflow

@ -9,8 +9,8 @@
; https://docs.platformio.org/page/projectconf.html
[common]
version = "1.3.71"
version = "1.3.74"
##
[env:esp32dev]
platform = espressif32
board = esp32dev