Updated Software dependencies (markdown)

master
sh123 2022-12-14 08:22:09 +02:00
rodzic daaf9f7d9b
commit 47c82102de
1 zmienionych plików z 5 dodań i 4 usunięć

@ -1,8 +1,9 @@
Install via board manager:
- Arduino ESP32 (search for esp32): https://github.com/espressif/arduino-esp32
- Use latest 2.0.5+ version, if board manager does not list it then update "Additional boards manager URL" to https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
Install via libraries:
- Arduino ESP32 library: https://github.com/espressif/arduino-esp32
- LoRa library, RadioLib selection is done by using `USE_RADIOLIB` flag in the sketch:
- RadioLib library (⚠ use github master version): https://github.com/jgromes/RadioLib
- or LoRa Arduino library: https://github.com/sandeepmistry/arduino-LoRa
- RadioLib library: https://github.com/jgromes/RadioLib
- Arduino Timer library: https://github.com/contrem/arduino-timer
- CircularBuffer library: https://github.com/rlogiacco/CircularBuffer
- DebugLog library: https://github.com/hideakitai/DebugLog