From 8f26ae240a748f283bab7d5fe0735fa088275fde Mon Sep 17 00:00:00 2001 From: geeksville Date: Fri, 24 Apr 2020 08:05:25 -0700 Subject: [PATCH] Add UC1701 and SX126X drivers (not yet using them though) --- platformio.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platformio.ini b/platformio.ini index 2a459198..5dee7796 100644 --- a/platformio.ini +++ b/platformio.ini @@ -73,6 +73,8 @@ lib_deps = Wire ; explicitly needed here because the AXP202 library forgets to add it https://github.com/meshtastic/arduino-fsm.git https://github.com/meshtastic/SparkFun_Ublox_Arduino_Library.git + https://github.com/meshtastic/SX126x-Arduino.git + UC1701 ; Common settings for ESP targes, mixin with extends = esp32_base [esp32_base]