Skip to content

Commit d93f7db

Browse files
committed
Change board FQBN option in example Makefile following breaking change
The esp8266/Arduino core project introduced breaking changes to the command line options and changed the 'FlashSize' parameter to 'eesz' instead.
1 parent 65d8b4c commit d93f7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
DEST := $(if $(DEST),$(DEST),gate)
3-
BOARD := "esp8266:esp8266:generic:FlashSize=2M"
3+
BOARD := "esp8266:esp8266:generic:eesz=2M"
44

55

66
LOCAL_C_SRCS ?= $(wildcard *.c)

0 commit comments

Comments
 (0)