We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d8fa3 commit 2b0f74aCopy full SHA for 2b0f74a
1 file changed
platformio.ini
@@ -81,6 +81,9 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
81
extends = arduino_base
82
platform = nordicnrf52
83
platform_packages =
84
+ ; use internal fork that includes patch to ble stack to prevent firmware lockup during rapid connect/disconnect
85
+ ; https://github.com/meshcore-dev/MeshCore/pull/1177
86
+ ; https://github.com/meshcore-dev/MeshCore/pull/1295
87
framework-arduinoadafruitnrf52 @ https://github.com/meshcore-dev/Adafruit_nRF52_Arduino#d541301
88
extra_scripts = create-uf2.py
89
build_flags = ${arduino_base.build_flags}
0 commit comments