first commit
This commit is contained in:
commit
a9fe58bb47
5 changed files with 886 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
UPLOAD_PORT ?= /dev/cu.usbserial-A702LDOP
|
||||
CHIP ?= esp8266
|
||||
|
||||
include ./makeEspArduino.mk
|
||||
|
||||
|
||||
# CXX_FLAGS := -Wall -Wextra -std=c++14 -DUNITTEST -Wno-unused-parameter
|
||||
# CXX_FLAGS += -Wextra-semi -Wreserved-id-macro -Wdocumentation -Wconversion #-Wnon-virtual-dtor
|
Loading…
Add table
Add a link
Reference in a new issue