Best Practise Platformio 6.x dependency definitions

This commit is contained in:
Thomas Göttgens
2022-10-10 15:42:05 +02:00
parent 784cd8c6f1
commit f8982ddaf8
5 changed files with 4 additions and 7 deletions
+1 -2
View File
@@ -4,8 +4,7 @@ build_flags = ${nrf52_base.build_flags}
lib_deps =
${arduino_base.lib_deps}
${environmental_base.lib_deps}
# https://github.com/Kongduino/Adafruit_nRFCrypto.git#20fc7fdaf086bd70e901c007dd23c6e8856aec25
https://github.com/caveman99/Adafruit_nRFCrypto.git#patch-3 # pending fix pull on kongduino repo
https://github.com/Kongduino/Adafruit_nRFCrypto.git#e31a8825ea3300b163a0a3c1ddd5de34e10e1371
; Note: By default no lora device is created for this build - it uses a simulated interface
[env:nrf52840dk]