Skip to content

Commit 8a824e6

Browse files
authored
Merge pull request #71 from adafruit/3v_trinket
adding targets to specify which trinket
2 parents 49d6719 + 4951bc3 commit 8a824e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_platform.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"esp8266" : "esp8266:esp8266:huzzah:eesz=4M3M,xtal=80",
3838
"esp32" : "esp32:esp32:featheresp32:FlashFreq=80",
3939
# Adafruit AVR
40-
"trinket" : "adafruit:avr:trinket5",
40+
"trinket_3v" : "adafruit:avr:trinket3",
41+
"trinket_5v" : "adafruit:avr:trinket5",
4142
"gemma" : "arduino:avr:gemma",
4243
"cpc" : "arduino:avr:circuitplay32u4cat",
4344
# Adafruit SAMD

0 commit comments

Comments
 (0)