Compare commits

..

No commits in common. "9a8bd58cb3568210ed529bbfb7817400e0e16e73" and "0f02f6c84825b3047cf8475051814d357e90f6b5" have entirely different histories.

3 changed files with 2 additions and 10 deletions

View File

@ -210,7 +210,7 @@ jobs:
host: "filaman.app"
port: 21
user: "firmware"
password: "${{ secrets.FTP_PASSWORD }}"
password: ${{ secrets.FTP_PASSWORD }}
forceSsl: true
localDir: ".pio/build/esp32dev"
remoteDir: "/"

View File

@ -1,13 +1,5 @@
# 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

View File

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