Compare commits
No commits in common. "1b4fecf4098e4e83e554682611888730bbdbfe32" and "db365aba3c52d4a1f3dfe73921e45d3deb1de214" have entirely different histories.
1b4fecf409
...
db365aba3c
2
.github/workflows/gitea-release.yml
vendored
2
.github/workflows/gitea-release.yml
vendored
@ -216,5 +216,5 @@ jobs:
|
|||||||
set ftp:ssl-force true; \
|
set ftp:ssl-force true; \
|
||||||
set ssl:check-hostname false; \
|
set ssl:check-hostname false; \
|
||||||
set ftp:ssl-auth TLS; \
|
set ftp:ssl-auth TLS; \
|
||||||
open -u ${{ secrets.FTP_USER }},${{ secrets.FTP_PASSWORD }} ftp://filaman.app:21; \
|
open -u ${{ secrets.FTP_USER }},${{ secrets.FTP_PASSWORD }} ftps://filaman.app:21; \
|
||||||
put -O / filaman_full_${VERSION}.bin -o filaman_full.bin"
|
put -O / filaman_full_${VERSION}.bin -o filaman_full.bin"
|
@ -1,13 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [1.3.78] - 2025-02-23
|
|
||||||
### Changed
|
|
||||||
- update webpages for version v1.3.78
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- change FTP protocol from FTPS to FTP for file upload in workflow
|
|
||||||
|
|
||||||
|
|
||||||
## [1.3.77] - 2025-02-23
|
## [1.3.77] - 2025-02-23
|
||||||
### Changed
|
### Changed
|
||||||
- update webpages for version v1.3.77
|
- update webpages for version v1.3.77
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
version = "1.3.78"
|
version = "1.3.77"
|
||||||
##
|
##
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user