From d0e7e2f9185e84b336c50271e12a9ac23c42ab5f Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Mon, 11 May 2020 16:00:04 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0c94531..0e86c36 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,11 @@ Here are some amazon-de links for some example boards: This boards cost around 20 Euros, they are very cheap but perfect for an LoRa iGate. Keep in minde: you need a 433MHz version! -## what you need to compile +## Compiling -### Additional boards manager URL (Arduino IDE only) +### How to compile -``` -https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json -``` +The best success is to use PlatformIO. Go to https://platformio.org/ and download the IDE. Just open the folder and you can compile the Firmware. ### Dependencies @@ -52,3 +50,7 @@ Feel free to add a link to your iGate here: ## Future plans The complete configuration should move to [IotWebConf](https://github.com/prampec/IotWebConf). + +## LoRa Tracker + +Look at my other project: a [LoRa Tracker](https://github.com/peterus/LoRa_APRS_Tracker)