Compare commits
No commits in common. "dfbb2fbd9bbd2a9f2bd097a59df18b0e5d6e973b" and "9a8bd58cb3568210ed529bbfb7817400e0e16e73" have entirely different histories.
dfbb2fbd9b
...
9a8bd58cb3
6
.github/workflows/gitea-release.yml
vendored
6
.github/workflows/gitea-release.yml
vendored
@ -209,9 +209,9 @@ jobs:
|
||||
with:
|
||||
host: "filaman.app"
|
||||
port: 21
|
||||
user: ${{ secrets.FTP_USER }}
|
||||
password: ${{ secrets.FTP_PASSWORD }}
|
||||
user: "firmware"
|
||||
password: "${{ secrets.FTP_PASSWORD }}"
|
||||
forceSsl: true
|
||||
localDir: ".pio/build/esp32dev"
|
||||
remoteDir: "/"
|
||||
options: "set ftp:ssl-force true; set ftp:ssl-protect-data true; set ssl:verify-certificate no; set ftp:ssl-auth TLS; put filaman_full_*.bin -o filaman_full.bin"
|
||||
options: "set ssl:verify-certificate no; mirror -R --include-glob filaman_full_*.bin --parallel=1"
|
@ -1,13 +1,5 @@
|
||||
# Changelog
|
||||
|
||||
## [1.3.75] - 2025-02-23
|
||||
### Changed
|
||||
- update webpages for version v1.3.75
|
||||
|
||||
### Fixed
|
||||
- update FTP user and enhance SSL options in gitea-release workflow
|
||||
|
||||
|
||||
## [1.3.74] - 2025-02-23
|
||||
### Changed
|
||||
- update webpages for version v1.3.74
|
||||
|
@ -9,7 +9,7 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[common]
|
||||
version = "1.3.75"
|
||||
version = "1.3.74"
|
||||
##
|
||||
[env:esp32dev]
|
||||
platform = espressif32
|
||||
|
Loading…
x
Reference in New Issue
Block a user