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:
@ -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
|
||||
|
Reference in New Issue
Block a user