Compare commits

..

No commits in common. "2b620ef5ed7a1e55d2ea15d8550df4fe576c1a7b" and "53ceee7816a16232b87cf9453ae0c31a38492fd8" have entirely different histories.

3 changed files with 2 additions and 10 deletions

View File

@ -41,7 +41,7 @@ jobs:
cp .pio/build/esp32dev/firmware.bin .pio/build/esp32dev/upgrade_filaman_firmware_v${VERSION}.bin cp .pio/build/esp32dev/firmware.bin .pio/build/esp32dev/upgrade_filaman_firmware_v${VERSION}.bin
# Create SPIFFS binary (without header) # 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 # Create full binary
(cd .pio/build/esp32dev && (cd .pio/build/esp32dev &&

View File

@ -1,13 +1,5 @@
# Changelog # 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 ## [1.3.41] - 2025-02-22
### Changed ### Changed
- update webpages for version v1.3.41 - update webpages for version v1.3.41

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.42" version = "1.3.41"
#test #test