Compare commits
No commits in common. "3770de15d3ab23d8a90a82308037a96769aa7368" and "2dd563a17868a1e61ec7713141a4c1fb828fd8b1" have entirely different histories.
3770de15d3
...
2dd563a178
@ -60,7 +60,6 @@ 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,7 +49,6 @@ 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,13 +1,5 @@
|
||||
# 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.96"
|
||||
version = "1.2.95"
|
||||
|
||||
[env:esp32dev]
|
||||
platform = espressif32
|
||||
|
Loading…
x
Reference in New Issue
Block a user