very basic howto build
This commit is contained in:
parent
72186a3f9e
commit
f485d0b2f7
1 changed files with 7 additions and 0 deletions
7
README.md
Normal file
7
README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
check out with
|
||||
|
||||
```
|
||||
git clone --recurse-submodules https://git.oit.cloud/morgan/esp_netif_lora_example
|
||||
cd esp_netif_lora_example
|
||||
idf.py build flash monitor # assuming you've already run `. $IDF_PATH/export.sh`
|
||||
```
|
Loading…
Reference in a new issue