8000 Update Makefile · esp8266/esp8266-wiki@da5cb43 · GitHub
[go: up one dir, main page]

Skip to content

Commit da5cb43

Browse files
committed
Update Makefile
1 parent a0385c4 commit da5cb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/blinky/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ESPTOOL ?= esptool.py
2222
ESPPORT ?= /dev/ttyUSB0
2323

2424
# name for the target project
25-
TARGET = rfxcom_light
25+
TARGET = app
2626

2727
# which modules (subdirectories) of the project to include in compiling
2828
MODULES = driver user

0 commit comments

Comments
 (0)
0