examples: update idf_as_lib example to use new api

This commit is contained in:
Renz Christian Bagaporo
2019-03-24 10:14:49 +08:00
parent c564d1730f
commit 477fa49fc0
24 changed files with 176 additions and 57 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
cd build
python $IDF_PATH/components/esptool_py/esptool/esptool.py -p $1 write_flash @flash_project_args
python $IDF_PATH/tools/idf_monitor.py -p $1 idf_as_lib.elf