Skip to content

Commit b29903e

Browse files
authored
Merge pull request espressif#124 from brentru/fqbn-esp8266-wippersnapper
Use modified ESP8266 FQBN for ESP_8266
2 parents b18ec15 + 44b3395 commit b29903e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
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],
65+
"feather_esp8266" : ["esp8266:esp8266:huzzah:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,eesz=4M2M,ip=lm2f,dbg=Disabled,lvl=None____,wipe=none,baud=115200", None],
6666
"feather_esp32" : ["esp32:esp32:featheresp32:FlashFreq=80", None],
6767
"feather_esp32_v2_daily" : ["espressif:esp32:adafruit_feather_esp32_v2", None],
6868
"magtag" : ["esp32:esp32:adafruit_magtag29_esp32s2", "0xbfdd4eee"],

0 commit comments

Comments
 (0)