Compare commits
No commits in common. "13a771682faf6e8f8ff3148338f017321bf371d5" and "55e89948bb5f690c81095c248df760cb16704f89" have entirely different histories.
13a771682f
...
55e89948bb
3
.github/workflows/gitea-release.yml
vendored
3
.github/workflows/gitea-release.yml
vendored
@ -211,9 +211,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Firmware via FTP
|
- name: Upload Firmware via FTP
|
||||||
if: success()
|
if: success()
|
||||||
secrets:
|
|
||||||
FTP_PASSWORD: ${{ secrets.FTP_PASSWORD }}
|
|
||||||
FTP_USER: ${{ secrets.FTP_USER }}
|
|
||||||
run: |
|
run: |
|
||||||
VERSION=$(grep '^version = ' platformio.ini | cut -d'"' -f2)
|
VERSION=$(grep '^version = ' platformio.ini | cut -d'"' -f2)
|
||||||
cd .pio/build/esp32dev
|
cd .pio/build/esp32dev
|
||||||
|
@ -1,13 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [1.3.80] - 2025-02-23
|
|
||||||
### Added
|
|
||||||
- add FTP_USER and FTP_PASSWORD secrets for firmware upload in Gitea release workflow
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
- update webpages for version v1.3.80
|
|
||||||
|
|
||||||
|
|
||||||
## [1.3.79] - 2025-02-23
|
## [1.3.79] - 2025-02-23
|
||||||
### Added
|
### Added
|
||||||
- add FTP_USER input for firmware upload in Gitea release workflow
|
- add FTP_USER input for firmware upload in Gitea release workflow
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
version = "1.3.80"
|
version = "1.3.79"
|
||||||
##
|
##
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user