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

Skip to content

Commit a0385c4

Browse files
committed
Update example.Makefile
1 parent 058f55d commit a0385c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example.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