Compare commits
3 Commits
2dd563a178
...
3770de15d3
Author | SHA1 | Date | |
---|---|---|---|
3770de15d3 | |||
75a74ec9bd | |||
979adcbb14 |
@ -60,6 +60,7 @@ jobs:
|
||||
# Only build SPIFFS if changed
|
||||
if [[ "${{ steps.check_spiffs.outputs.SPIFFS_CHANGED }}" == "true" ]]; then
|
||||
echo "Building SPIFFS due to changes..."
|
||||
pio run -t buildfs
|
||||
cp .pio/build/esp32dev/spiffs.bin .pio/build/esp32dev/webpage_${VERSION}.bin
|
||||
fi
|
||||
|
||||
|
@ -49,6 +49,7 @@ jobs:
|
||||
# Only build SPIFFS if changed
|
||||
if [[ "${{ steps.check_spiffs.outputs.SPIFFS_CHANGED }}" == "true" ]]; then
|
||||
echo "Building SPIFFS due to changes..."
|
||||
pio run -t buildfs
|
||||
cp .pio/build/esp32dev/spiffs.bin .pio/build/esp32dev/webpage_${VERSION}.bin
|
||||
fi
|
||||
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [1.2.96] - 2025-02-21
|
||||
### Added
|
||||
- add SPIFFS build step to Gitea and GitHub release workflows
|
||||
|
||||
### Changed
|
||||
- update webpages for version v1.2.96
|
||||
|
||||
|
||||
## [1.2.95] - 2025-02-21
|
||||
### Added
|
||||
- enhance update process with separate forms for firmware and webpage uploads, including validation and improved UI
|
||||
|
@ -9,7 +9,7 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[common]
|
||||
version = "1.2.95"
|
||||
version = "1.2.96"
|
||||
|
||||
[env:esp32dev]
|
||||
platform = espressif32
|
||||
|
Loading…
x
Reference in New Issue
Block a user