Update README.md

This commit is contained in:
Peter Buchegger 2020-05-11 16:00:04 +02:00 committed by GitHub
parent 0e3e86de79
commit d0e7e2f918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. This boards cost around 20 Euros, they are very cheap but perfect for an LoRa iGate.
Keep in minde: you need a 433MHz version! Keep in minde: you need a 433MHz version!
## what you need to compile ## Compiling
### Additional boards manager URL (Arduino IDE only) ### How to compile
``` 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.
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
```
### Dependencies ### Dependencies
@ -52,3 +50,7 @@ Feel free to add a link to your iGate here:
## Future plans ## Future plans
The complete configuration should move to [IotWebConf](https://github.com/prampec/IotWebConf). 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)