name
This commit is contained in:
parent
f485d0b2f7
commit
5cc09385f2
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -2,3 +2,6 @@
|
|||
path = components/esp_netif_lora
|
||||
url = https://git.oit.cloud/morgan/esp_netif_lora.git
|
||||
branch = development
|
||||
[submodule "esp-idf"]
|
||||
path = esp-idf
|
||||
url = https://github.com/espressif/esp-idf.git
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ cmake_minimum_required(VERSION 3.16)
|
|||
add_compile_options(-fdiagnostics-color=always)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(coatt)
|
||||
project(lora_netif_example)
|
||||
|
|
|
|||
1
esp-idf
Submodule
1
esp-idf
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 490691bc61802e28ddfc1997edc8df6c203c1537
|
||||
Loading…
Add table
Reference in a new issue