diff --git a/templates/bluepill/configure b/templates/bluepill/configure index 2b8a084..d3c9b5f 100755 --- a/templates/bluepill/configure +++ b/templates/bluepill/configure @@ -1,5 +1,5 @@ #!/bin/bash -mv -n *.c *.C *.s *.S src/ -mv -n *.inc *.h *.H include/ +mv -n *.c *.s *.S src/ +mv -n *.dat *.inc *.h include/ sed -i src/encrypt.c -e "s/\(\s\)init(/\1_init(/g" exit 0 diff --git a/templates/esp32/configure b/templates/esp32/configure index 2b8a084..d3c9b5f 100755 --- a/templates/esp32/configure +++ b/templates/esp32/configure @@ -1,5 +1,5 @@ #!/bin/bash -mv -n *.c *.C *.s *.S src/ -mv -n *.inc *.h *.H include/ +mv -n *.c *.s *.S src/ +mv -n *.dat *.inc *.h include/ sed -i src/encrypt.c -e "s/\(\s\)init(/\1_init(/g" exit 0 diff --git a/templates/f7/configure b/templates/f7/configure index cfde59c..ba003c4 100755 --- a/templates/f7/configure +++ b/templates/f7/configure @@ -1,5 +1,5 @@ #!/bin/bash -mv -n *.inc *.h Inc/ +mv -n *.dat *.inc *.h Inc/ sed -i src/encrypt.c -e "s/\(\s\)init(/\1_init(/g" mkdir -p /tmp/f7/Drivers ln -s /tmp/f7/Drivers Drivers diff --git a/templates/uno/configure b/templates/uno/configure index 2b8a084..d3c9b5f 100755 --- a/templates/uno/configure +++ b/templates/uno/configure @@ -1,5 +1,5 @@ #!/bin/bash -mv -n *.c *.C *.s *.S src/ -mv -n *.inc *.h *.H include/ +mv -n *.c *.s *.S src/ +mv -n *.dat *.inc *.h include/ sed -i src/encrypt.c -e "s/\(\s\)init(/\1_init(/g" exit 0