fix: update version number to v1.2.65 in HTML files and platformio.ini; add script to create full binary

This commit is contained in:
2025-02-20 14:08:17 +01:00
parent 3dd5fbc585
commit 7a7ee72585
11 changed files with 112 additions and 47 deletions

View File

@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[common]
version = "1.2.70"
version = "1.2.65"
[env:esp32dev]
platform = espressif32
@ -66,6 +66,7 @@ extra_scripts =
pre:scripts/pre_spiffs.py ; wird als zweites ausgeführt
pre:scripts/combine_html.py ; wird als drittes ausgeführt
scripts/gzip_files.py
scripts/create_full_bin.py ; Neues Skript zur Erstellung der full.bin
; Remove or comment out the targets line
;targets = buildfs, build