added https ota code in task
This commit is contained in:
15
style_code.sh
Normal file
15
style_code.sh
Normal file
@ -0,0 +1,15 @@
|
||||
#! /bin/bash
|
||||
|
||||
cd main
|
||||
astyle --style=gnu *.c
|
||||
astyle --style=gnu *.h
|
||||
|
||||
cd ..
|
||||
|
||||
cd components/mesh_ota
|
||||
astyle --style=gnu *.c
|
||||
cd include
|
||||
astyle --style=gnu *.h
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user