Compare commits

..

3 Commits

3 changed files with 10 additions and 2 deletions

@ -214,4 +214,4 @@ jobs:
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,13 @@
# Changelog
## [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,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[common]
version = "1.3.71"
version = "1.3.72"
[env:esp32dev]
platform = espressif32