Compare commits

..

No commits in common. "ce413965c7f2ce36564cce601ff0f8ebf6888a11" and "11bbfb7db676f52fbd4e41c8796e419437b63fa0" have entirely different histories.

11 changed files with 12 additions and 24 deletions

View File

@ -32,9 +32,6 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install --upgrade platformio esptool pip install --upgrade platformio esptool
- name: Install xxd
run: sudo apt-get install xxd
- name: Build Firmware - name: Build Firmware
run: | run: |
pio run -e esp32dev_ota -t buildfs # Build SPIFFS pio run -e esp32dev_ota -t buildfs # Build SPIFFS
@ -68,9 +65,9 @@ jobs:
# Verify magic bytes # Verify magic bytes
echo "Checking magic bytes:" echo "Checking magic bytes:"
echo "OTA binary first bytes:" echo "OTA binary first bytes:"
xxd -l 16 filaman_ota.bin hexdump -C -n 16 filaman_ota.bin
echo "Full binary first bytes:" echo "Full binary first bytes:"
xxd -l 16 filaman_full.bin hexdump -C -n 16 filaman_full.bin
# Verify file sizes # Verify file sizes
echo "File sizes:" echo "File sizes:"

View File

@ -21,9 +21,6 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install --upgrade platformio esptool pip install --upgrade platformio esptool
- name: Install xxd
run: sudo apt-get install xxd
- name: Build Firmware - name: Build Firmware
run: | run: |
pio run -e esp32dev_ota -t buildfs # Build SPIFFS pio run -e esp32dev_ota -t buildfs # Build SPIFFS
@ -57,9 +54,9 @@ jobs:
# Verify magic bytes # Verify magic bytes
echo "Checking magic bytes:" echo "Checking magic bytes:"
echo "OTA binary first bytes:" echo "OTA binary first bytes:"
xxd -l 16 filaman_ota.bin hexdump -C -n 16 filaman_ota.bin
echo "Full binary first bytes:" echo "Full binary first bytes:"
xxd -l 16 filaman_full.bin hexdump -C -n 16 filaman_full.bin
# Verify file sizes # Verify file sizes
echo "File sizes:" echo "File sizes:"

View File

@ -1,11 +1,5 @@
# Changelog # Changelog
## [1.2.83] - 2025-02-20
### Changed
- update webpages for version v1.2.83
- replace hexdump with xxd for magic byte verification in release workflows
## [1.2.82] - 2025-02-20 ## [1.2.82] - 2025-02-20
### Changed ### Changed
- update webpages for version v1.2.82 - update webpages for version v1.2.82

View File

@ -12,7 +12,7 @@
<div style="display: flex; align-items: center; gap: 2rem;"> <div style="display: flex; align-items: center; gap: 2rem;">
<img src="/logo.png" alt="FilaMan Logo" class="logo"> <img src="/logo.png" alt="FilaMan Logo" class="logo">
<div class="logo-text"> <div class="logo-text">
<h1>FilaMan<span class="version">v1.2.83</span></h1> <h1>FilaMan<span class="version">v1.2.82</span></h1>
<h4>Filament Management Tool</h4> <h4>Filament Management Tool</h4>
</div> </div>
</div> </div>

View File

@ -12,7 +12,7 @@
<div style="display: flex; align-items: center; gap: 2rem;"> <div style="display: flex; align-items: center; gap: 2rem;">
<img src="/logo.png" alt="FilaMan Logo" class="logo"> <img src="/logo.png" alt="FilaMan Logo" class="logo">
<div class="logo-text"> <div class="logo-text">
<h1>FilaMan<span class="version">v1.2.83</span></h1> <h1>FilaMan<span class="version">v1.2.82</span></h1>
<h4>Filament Management Tool</h4> <h4>Filament Management Tool</h4>
</div> </div>
</div> </div>

View File

@ -12,7 +12,7 @@
<div style="display: flex; align-items: center; gap: 2rem;"> <div style="display: flex; align-items: center; gap: 2rem;">
<img src="/logo.png" alt="FilaMan Logo" class="logo"> <img src="/logo.png" alt="FilaMan Logo" class="logo">
<div class="logo-text"> <div class="logo-text">
<h1>FilaMan<span class="version">v1.2.83</span></h1> <h1>FilaMan<span class="version">v1.2.82</span></h1>
<h4>Filament Management Tool</h4> <h4>Filament Management Tool</h4>
</div> </div>
</div> </div>

View File

@ -12,7 +12,7 @@
<div style="display: flex; align-items: center; gap: 2rem;"> <div style="display: flex; align-items: center; gap: 2rem;">
<img src="/logo.png" alt="FilaMan Logo" class="logo"> <img src="/logo.png" alt="FilaMan Logo" class="logo">
<div class="logo-text"> <div class="logo-text">
<h1>FilaMan<span class="version">v1.2.83</span></h1> <h1>FilaMan<span class="version">v1.2.82</span></h1>
<h4>Filament Management Tool</h4> <h4>Filament Management Tool</h4>
</div> </div>
</div> </div>

View File

@ -12,7 +12,7 @@
<div style="display: flex; align-items: center; gap: 2rem;"> <div style="display: flex; align-items: center; gap: 2rem;">
<img src="/logo.png" alt="FilaMan Logo" class="logo"> <img src="/logo.png" alt="FilaMan Logo" class="logo">
<div class="logo-text"> <div class="logo-text">
<h1>FilaMan<span class="version">v1.2.83</span></h1> <h1>FilaMan<span class="version">v1.2.82</span></h1>
<h4>Filament Management Tool</h4> <h4>Filament Management Tool</h4>
</div> </div>
</div> </div>

View File

@ -12,7 +12,7 @@
<div style="display: flex; align-items: center; gap: 2rem;"> <div style="display: flex; align-items: center; gap: 2rem;">
<img src="/logo.png" alt="FilaMan Logo" class="logo"> <img src="/logo.png" alt="FilaMan Logo" class="logo">
<div class="logo-text"> <div class="logo-text">
<h1>FilaMan<span class="version">v1.2.83</span></h1> <h1>FilaMan<span class="version">v1.2.82</span></h1>
<h4>Filament Management Tool</h4> <h4>Filament Management Tool</h4>
</div> </div>
</div> </div>

View File

@ -12,7 +12,7 @@
<div style="display: flex; align-items: center; gap: 2rem;"> <div style="display: flex; align-items: center; gap: 2rem;">
<img src="/logo.png" alt="FilaMan Logo" class="logo"> <img src="/logo.png" alt="FilaMan Logo" class="logo">
<div class="logo-text"> <div class="logo-text">
<h1>FilaMan<span class="version">v1.2.83</span></h1> <h1>FilaMan<span class="version">v1.2.82</span></h1>
<h4>Filament Management Tool</h4> <h4>Filament Management Tool</h4>
</div> </div>
</div> </div>

View File

@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[common] [common]
version = "1.2.83" version = "1.2.82"
[env:esp32dev] [env:esp32dev]
platform = espressif32 platform = espressif32