Compare commits
No commits in common. "9a8bd58cb3568210ed529bbfb7817400e0e16e73" and "0f02f6c84825b3047cf8475051814d357e90f6b5" have entirely different histories.
9a8bd58cb3
...
0f02f6c848
2
.github/workflows/gitea-release.yml
vendored
2
.github/workflows/gitea-release.yml
vendored
@ -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: "/"
|
||||
|
@ -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
|
||||
|
@ -9,7 +9,7 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[common]
|
||||
version = "1.3.74"
|
||||
version = "1.3.73"
|
||||
##
|
||||
[env:esp32dev]
|
||||
platform = espressif32
|
||||
|
Loading…
x
Reference in New Issue
Block a user