Compare commits
No commits in common. "8037adc045fac585963448ed1ed9d7b88cc3f350" and "f2bc6eab92c7679e32b4b4d73298bb0ed2d1383c" have entirely different histories.
8037adc045
...
f2bc6eab92
4
.github/workflows/gitea-release.yml
vendored
4
.github/workflows/gitea-release.yml
vendored
@ -40,8 +40,8 @@ jobs:
|
||||
# Copy firmware binary
|
||||
cp .pio/build/esp32dev/firmware.bin .pio/build/esp32dev/upgrade_filaman_firmware_v${VERSION}.bin
|
||||
|
||||
# Create SPIFFS binary with correct chip revision (0xEB for Rev 3)
|
||||
( printf '\xeb\x03\x01\x00' && cat .pio/build/esp32dev/spiffs.bin ) > .pio/build/esp32dev/upgrade_filaman_website_v${VERSION}.bin
|
||||
# Create SPIFFS binary with correct chip revision
|
||||
( printf '\xe9\x03\x01\x00' && cat .pio/build/esp32dev/spiffs.bin ) > .pio/build/esp32dev/upgrade_filaman_website_v${VERSION}.bin
|
||||
|
||||
# Create full binary
|
||||
(cd .pio/build/esp32dev &&
|
||||
|
4
.github/workflows/github-release.yml
vendored
4
.github/workflows/github-release.yml
vendored
@ -47,8 +47,8 @@ jobs:
|
||||
# Copy firmware binary
|
||||
cp .pio/build/esp32dev/firmware.bin .pio/build/esp32dev/upgrade_filaman_firmware_v${VERSION}.bin
|
||||
|
||||
# Create SPIFFS binary with correct chip revision (0xEB for Rev 3)
|
||||
( printf '\xeb\x03\x01\x00' && cat .pio/build/esp32dev/spiffs.bin ) > .pio/build/esp32dev/upgrade_filaman_website_v${VERSION}.bin
|
||||
# Create SPIFFS binary with correct chip revision
|
||||
( printf '\xe9\x03\x01\x00' && cat .pio/build/esp32dev/spiffs.bin ) > .pio/build/esp32dev/upgrade_filaman_website_v${VERSION}.bin
|
||||
|
||||
# Create full binary (always)
|
||||
(cd .pio/build/esp32dev &&
|
||||
|
@ -1,11 +1,5 @@
|
||||
# Changelog
|
||||
|
||||
## [1.3.52] - 2025-02-22
|
||||
### Changed
|
||||
- update webpages for version v1.3.52
|
||||
- workflow: update SPIFFS binary creation to use correct chip revision (0xEB for Rev 3)
|
||||
|
||||
|
||||
## [1.3.51] - 2025-02-22
|
||||
### Changed
|
||||
- update webpages for version v1.3.51
|
||||
|
@ -9,7 +9,7 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[common]
|
||||
version = "1.3.52"
|
||||
version = "1.3.51"
|
||||
|
||||
#test
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user