From f485d0b2f727641776d650fe4a6591f8e1566f9f Mon Sep 17 00:00:00 2001 From: "Morgan 'ARR\\!' Allen" Date: Fri, 29 Dec 2023 21:46:23 -0800 Subject: [PATCH] very basic howto build --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..66fdef7 --- /dev/null +++ b/README.md @@ -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` +```