Replies: 12 comments
-
You want to avoid copying or compressing the file? Or both? |
Beta Was this translation helpful? Give feedback.
-
There is something strange. Compiling Tasmota by hand it produces |
Beta Was this translation helpful? Give feedback.
-
The problem is this line: this will produce double |
Beta Was this translation helpful? Give feedback.
-
I answer it in batch :) |
Beta Was this translation helpful? Give feedback.
-
Looks promising. I will have more time next week to look at it a little bit closer. |
Beta Was this translation helpful? Give feedback.
-
You are absolutely right! I did not check that. I have not found a proper way to check gzipped binary with fs.existsSync with tasmotaRepo variable, or get tasmotaVersion without implement (copy) getTasmotaVersion function. Also i found they drop support for older cores which lead to a failed compile. |
Beta Was this translation helpful? Give feedback.
-
I think it's time to drop support (remove from the list of available versions one can choose) for Tasmota versions prior 8.5.0. It will solve the problem with the |
Beta Was this translation helpful? Give feedback.
-
It must be you decision to drop support or not. I think userbase of this tool always use the latest version+core, the others can compile themselves. |
Beta Was this translation helpful? Give feedback.
-
It will be pull request from your side - so there is time to review and discuss changes. Having ability to download gzipped binary is tempting, so please prepare changes with dropped support for things we've discussed above. I also believe that users mostly use TC to compile development or latest stable with latest Arduino Core. |
Beta Was this translation helpful? Give feedback.
-
My Internet is still not working but I can use my mobile as AP. |
Beta Was this translation helpful? Give feedback.
-
Please don't apologize, it happens sometimes. |
Beta Was this translation helpful? Give feedback.
-
That was something on my side. I have re-downloaded Tasmota repository and indeed v8.5.0 works as expected. |
Beta Was this translation helpful? Give feedback.
-
I would like to make a download button for the compressed binary, which is made by gzip-firmware.py in the build_output/firmware folder. A little ugliness in it is that I don't understand why firmware.bin.bin is copied by name-firmware.py and it is compressed in the gz. How can i avoid that behavior?
Beta Was this translation helpful? Give feedback.
All reactions