Skip to content

Commit 81ab3c3

Browse files
authored
Merge pull request espressif#122 from brentru/better-esp-platform-names
Better esp platform names
2 parents 68c60f7 + 6f814f0 commit 81ab3c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: build_platform.py

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
# Espressif
6363
"esp8266" : ["esp8266:esp8266:huzzah:eesz=4M3M,xtal=80", None],
6464
"esp32" : ["esp32:esp32:featheresp32:FlashFreq=80", None],
65+
"feather_esp8266" : ["esp8266:esp8266:huzzah:eesz=4M3M,xtal=80", None],
66+
"feather_esp32" : ["esp32:esp32:featheresp32:FlashFreq=80", None],
6567
"feather_esp32_v2_daily" : ["espressif:esp32:adafruit_feather_esp32_v2", None],
6668
"magtag" : ["esp32:esp32:adafruit_magtag29_esp32s2", "0xbfdd4eee"],
6769
"funhouse" : ["esp32:esp32:adafruit_funhouse_esp32s2", "0xbfdd4eee"],

0 commit comments

Comments
 (0)