You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
ESP_HOSTNAME ?= esp-link |
|
LIBRARYPATH = $(ARDUINODIR)/libraries ../../.. |
|
LIBRARIES = ELClient |
|
CPPFLAGS = |
|
SERIALDEV = net:$(ESP_HOSTNAME):2323 |
|
include ../arduino.mk |
|
|
|
flash: all |
|
../avrflash $(ESP_HOSTNAME) test.hex |
|
nc $(ESP_HOSTNAME) 23 |
|
|
|
run: upload size |
|
nc $(ESP_HOSTNAME) 23
|
|
|