mirror of https://github.com/arendst/Tasmota.git
Merge pull request #15674 from s-hadinger/berry_gen_sh
Berry improve precompiled gen.sh
This commit is contained in:
commit
56814f35c8
|
@ -1,2 +1,8 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# generate all precompiled Berry structures from multiple modules
|
||||
#
|
||||
# Should be eventually included in the build process
|
||||
#
|
||||
rm generate/be_*.h
|
||||
python3 tools/pycoc/main.py -o generate src default ../berry_tasmota/src ../berry_mapping/src ../berry_int64/src ../../libesp32_lvgl/lv_binding_berry/src ../../libesp32_lvgl/lv_binding_berry/generate -c default/berry_conf.h
|
||||
|
|
Loading…
Reference in New Issue