Skip to content

Commit 1604389

Browse files
authored
Merge pull request #1 from iczellion/master
Change board FQBN option in example Makefile following breaking change
2 parents 65d8b4c + d93f7db commit 1604389

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)