Compare commits
No commits in common. "2b620ef5ed7a1e55d2ea15d8550df4fe576c1a7b" and "53ceee7816a16232b87cf9453ae0c31a38492fd8" have entirely different histories.
2b620ef5ed
...
53ceee7816
2
.github/workflows/gitea-release.yml
vendored
2
.github/workflows/gitea-release.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
cp .pio/build/esp32dev/firmware.bin .pio/build/esp32dev/upgrade_filaman_firmware_v${VERSION}.bin
|
||||
|
||||
# Create SPIFFS binary (without header)
|
||||
cp .pio/build/esp32dev/spiffs.bin .pio/build/esp32dev/upgrade_filaman_website_v${VERSION}.bin
|
||||
cp .pio/build/esp32dev/spiffs.bin .pio.build/esp32dev/upgrade_filaman_website_v${VERSION}.bin
|
||||
|
||||
# Create full binary
|
||||
(cd .pio/build/esp32dev &&
|
||||
|
@ -1,13 +1,5 @@
|
||||
# Changelog
|
||||
|
||||
## [1.3.42] - 2025-02-22
|
||||
### Changed
|
||||
- update webpages for version v1.3.42
|
||||
|
||||
### Fixed
|
||||
- correct path for SPIFFS binary creation in Gitea release workflow
|
||||
|
||||
|
||||
## [1.3.41] - 2025-02-22
|
||||
### Changed
|
||||
- update webpages for version v1.3.41
|
||||
|
@ -9,7 +9,7 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[common]
|
||||
version = "1.3.42"
|
||||
version = "1.3.41"
|
||||
|
||||
#test
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user