diff --git a/Makefile b/Makefile index 806af32..03429fb 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ OBJCOPY := avr-objcopy AVD := avrdude MKDIR := mkdir -p RMR := rm -rf +GIT := git SRCDIR := src BINDIR := bin @@ -79,19 +80,24 @@ distclean: clean $(Q) $(RMR) $(BINDIR) .PHONY: listen -listen: ./opt/tools/serial-listen.py - $(E) "[PY3] $<" +listen: opt/tools/serial-listen + $(E) "[RUN] $<" $(Q) ./$< .PHONY: webgui -webgui: ./opt/webgui/Makefile - $(E) "[MAK] $( + opt/tools/serial-send Issue the SET command to update the target settings: diff --git a/opt/tools b/opt/tools index 565c8b7..56c8135 160000 --- a/opt/tools +++ b/opt/tools @@ -1 +1 @@ -Subproject commit 565c8b74569b900b3de35cc5ecf16d4789525881 +Subproject commit 56c81351722e21695067790e6aeb09f78c8e4037 diff --git a/opt/webgui b/opt/webgui index bd60c0e..d9f6de6 160000 --- a/opt/webgui +++ b/opt/webgui @@ -1 +1 @@ -Subproject commit bd60c0e13dce8210262fa0899f640b0a022b5085 +Subproject commit d9f6de6bd9f2e2ede6f8e0eac5ec951d90332894