Compare commits

..

No commits in common. "1b4fecf4098e4e83e554682611888730bbdbfe32" and "db365aba3c52d4a1f3dfe73921e45d3deb1de214" have entirely different histories.

3 changed files with 2 additions and 10 deletions

View File

@ -216,5 +216,5 @@ jobs:
set ftp:ssl-force true; \
set ssl:check-hostname false; \
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"

View File

@ -1,13 +1,5 @@
# 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
### Changed
- update webpages for version v1.3.77

View File

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