Remove time from PPFW filename and modify Flash app to support .tar (#1783)

* Update timestamp in PPFW filename

* Only include today's DATE in filename

* Remove date from PPFW filename

* Allow any .tar file name in FIRMWARE folder

* Add files via upload

* Removed unnecessary lines per ufoka
This commit is contained in:
Mark Thompson
2024-01-18 13:59:44 -06:00
committed by GitHub
parent fcbc3b4d75
commit b3c1c83677
3 changed files with 3 additions and 13 deletions

View File

@@ -35,6 +35,7 @@ set(LZ4 lz4)
set(FIRMWARE_NAME portapack-h1_h2-mayhem)
set(FIRMWARE_FILENAME ${FIRMWARE_NAME}.bin)
set(PPFW_FILENAME "portapack-mayhem_OCI.ppfw.tar")
# In our current build container cmake need a little help to get the version :)
if(NOT DEFINED ${CMAKE_CXX_COMPILER_VERSION})