Skip to content

Commit aa4d415

Browse files
committed
Fix broken build, fqbn of ESP8266 changed by esp8266/Arduino#5572
1 parent fd8d842 commit aa4d415

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/auniter.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
uno = arduino:avr:uno
44
nano = arduino:avr:nano:cpu=atmega328old
55
promicro16 = SparkFun:avr:promicro:cpu=16MHzatmega32U4
6-
nodemcuv2 = esp8266:esp8266:nodemcuv2:CpuFrequency=80,FlashSize=4M1M,LwIPVariant=v2mss536,Debug=Disabled,DebugLevel=None____,FlashErase=none,UploadSpeed=921600
6+
# "NodeMCU 1.0 (ESP-12E)" for generic ESP8266 module
7+
nodemcuv2 = esp8266:esp8266:nodemcuv2:xtal=80,vt=flash,exception=disabled,eesz=4M,ip=lm2f,dbg=Disabled,lvl=None____,wipe=none,baud=921600
8+
# "ESP32 Dev Module" for EzSBC ESP32 board
79
esp32 = esp32:esp32:esp32:PartitionScheme=default,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,DebugLevel=none
810

911
[env:uno]

0 commit comments

Comments
 (0)