Compare commits

..

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

3 changed files with 1 additions and 12 deletions

View File

@ -9,9 +9,6 @@ on:
FTP_PASSWORD: FTP_PASSWORD:
description: 'FTP Password for firmware upload' description: 'FTP Password for firmware upload'
required: true required: true
FTP_USER:
description: 'FTP User for firmware upload'
required: true
jobs: jobs:
create-release: create-release:

View File

@ -1,13 +1,5 @@
# Changelog # Changelog
## [1.3.79] - 2025-02-23
### Added
- add FTP_USER input for firmware upload in Gitea release workflow
### Changed
- update webpages for version v1.3.79
## [1.3.78] - 2025-02-23 ## [1.3.78] - 2025-02-23
### Changed ### Changed
- update webpages for version v1.3.78 - update webpages for version v1.3.78

View File

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