File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,10 @@ install:
4646 # Filter only mDNS / Bonjour traffic
4747 - sudo iptables --insert INPUT --jump DROP --protocol udp --dport 5353 -m comment --comment "silently drop all 5353/udp input"
4848 - sudo iptables --insert INPUT --jump DROP --destination 224.0.0.251 -m comment --comment "silently drop all mDNS ipv4 broadcast"
49- # Install the nRF52 support files for arduino
49+ # Install the nRF52 support files for arduino, remove IDE-included Adafruit_Circuit_Playground
5050 - pip3 install --user adafruit-nrfutil
5151 - umake electronics arduino $HOME/arduino_ide
52+ - rm -rf $HOME/arduino_ide/libraries/Adafruit_Circuit_Playground
5253 - export PATH=$HOME/arduino_ide:$PATH
5354 - arduino --pref "boardsmanager.additional.urls=https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" --save-prefs
5455 # Install BSP for tools, then remove and create symlink the git code
You can’t perform that action at this time.
0 commit comments