This commit is contained in:
Morgan 'ARR\!' Allen 2026-03-18 10:52:12 -07:00
parent f485d0b2f7
commit 5cc09385f2
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View file

@ -2,3 +2,6 @@
path = components/esp_netif_lora path = components/esp_netif_lora
url = https://git.oit.cloud/morgan/esp_netif_lora.git url = https://git.oit.cloud/morgan/esp_netif_lora.git
branch = development branch = development
[submodule "esp-idf"]
path = esp-idf
url = https://github.com/espressif/esp-idf.git

View file

@ -5,4 +5,4 @@ cmake_minimum_required(VERSION 3.16)
add_compile_options(-fdiagnostics-color=always) add_compile_options(-fdiagnostics-color=always)
include($ENV{IDF_PATH}/tools/cmake/project.cmake) include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(coatt) project(lora_netif_example)

1
esp-idf Submodule

@ -0,0 +1 @@
Subproject commit 490691bc61802e28ddfc1997edc8df6c203c1537