Skip to content

Commit 2de2cd8

Browse files
committed
use better names for espressif platforms
1 parent 68c60f7 commit 2de2cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build_platform.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"zero" : ["arduino:samd:arduino_zero_native", "0x68ed2b88"],
6161
"cpx" : ["arduino:samd:adafruit_circuitplayground_m0", "0x68ed2b88"],
6262
# Espressif
63-
"esp8266" : ["esp8266:esp8266:huzzah:eesz=4M3M,xtal=80", None],
64-
"esp32" : ["esp32:esp32:featheresp32:FlashFreq=80", None],
63+
"feather_esp8266" : ["esp8266:esp8266:huzzah:eesz=4M3M,xtal=80", None],
64+
"feather_esp32" : ["esp32:esp32:featheresp32:FlashFreq=80", None],
6565
"feather_esp32_v2_daily" : ["espressif:esp32:adafruit_feather_esp32_v2", None],
6666
"magtag" : ["esp32:esp32:adafruit_magtag29_esp32s2", "0xbfdd4eee"],
6767
"funhouse" : ["esp32:esp32:adafruit_funhouse_esp32s2", "0xbfdd4eee"],

0 commit comments

Comments
 (0)