File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,13 @@ jobs:
3939 # ############################################################################################################
4040 include :
4141 - arduino-boards-fqbn : digistump:avr:digispark-tiny1 # ATtiny85 board @1 MHz
42- platform-url : http://digistump.com/package_digistump_index.json
43- # examples-build-properties / aka setting compiler.cpp.extra_flags does not work for digistump:avr platform
44- examples-exclude : EasyButtonExample # Comma separated list of (unique substrings of) example names to exclude in build
45-
42+ platform-url : https://raw.githubusercontent.com/ArminJo/DigistumpArduino/master/package_digistump_index.json
43+ examples-build-properties :
44+ EasyButtonExample :
45+ -DTX_PIN=PB0
46+
4647 - arduino-boards-fqbn : digistump:avr:digispark-pro
47- platform-url : http ://digistump. com/package_digistump_index.json
48+ platform-url : https ://raw.githubusercontent. com/ArminJo/DigistumpArduino/master /package_digistump_index.json
4849
4950 - arduino-boards-fqbn : ATTinyCore:avr:attinyx5:chip=85,clock=1internal
5051 platform-url : http://drazzy.com/package_drazzy.com_index.json
You can’t perform that action at this time.
0 commit comments