mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
* Add local file support to solidify-from-url.py and fix URL rename alias bug - Add support for local .be file paths (absolute or PROJECT_DIR-relative) in prepareBerryFiles used by custom_berry_solidify project option in solidify-from-url.py - Fix URL path to use "/" as separator instead of os.path.sep, and pass the rename alias to addHeaderFile so the solidified header name matches the actual target filename * solidify-from-url: replace compiled berry binary with berry_port Python interpreter - Remove ensureBerry() and the shell invocation of the compiled `berry` binary. - Instead run solidify_all_python.be via `python3 -m berry_port`, matching how gen-berry-structures.py drives solidification for all other berry modules. - Use Popen to filter routine per-file output and call env.Exit on failure.