Compare commits
No commits in common. "a8a00372b55080b7746c1a8b2b20cca5370949ce" and "b0888e7e631447997eb0db7c30680f197fce7522" have entirely different histories.
a8a00372b5
...
b0888e7e63
3
.github/workflows/github-release.yml
vendored
3
.github/workflows/github-release.yml
vendored
@ -136,5 +136,4 @@ jobs:
|
|||||||
$FILES_TO_UPLOAD
|
$FILES_TO_UPLOAD
|
||||||
else
|
else
|
||||||
echo "Error: No files found to upload"
|
echo "Error: No files found to upload"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
|
@ -1,13 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [1.3.15] - 2025-02-21
|
|
||||||
### Changed
|
|
||||||
- update webpages for version v1.3.15
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- ci: fix missing 'fi' in GitHub release workflow script
|
|
||||||
|
|
||||||
|
|
||||||
## [1.3.14] - 2025-02-21
|
## [1.3.14] - 2025-02-21
|
||||||
### Changed
|
### Changed
|
||||||
- update webpages for version v1.3.14
|
- update webpages for version v1.3.14
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
version = "1.3.15"
|
version = "1.3.14"
|
||||||
|
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user