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:
46
46
# Filter only mDNS / Bonjour traffic
47
47
- sudo iptables --insert INPUT --jump DROP --protocol udp --dport 5353 -m comment --comment "silently drop all 5353/udp input"
48
48
- 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
50
50
- pip3 install --user adafruit-nrfutil
51
51
- umake electronics arduino $HOME/arduino_ide
52
+ - rm -rf $HOME/arduino_ide/libraries/Adafruit_Circuit_Playground
52
53
- export PATH=$HOME/arduino_ide:$PATH
53
54
- arduino --pref "boardsmanager.additional.urls=https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" --save-prefs
54
55
# Install BSP for tools, then remove and create symlink the git code
You can’t perform that action at this time.
0 commit comments