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.
 
 
 
 

13 lines
247 B

HOST ?= esp-link
LIBRARYPATH = $(ARDUINODIR)/libraries ../../..
LIBRARIES = ELClient
CPPFLAGS =
SERIALDEV = net:$(HOST):2323
include ../arduino.mk
flash: all
../avrflash $(HOST) webserver_led.hex
nc $(HOST) 23
run: upload size
nc $(HOST) 23