makefile rm bbserial version change
This commit is contained in:
2
Makefile
2
Makefile
@@ -36,7 +36,7 @@ endif
|
|||||||
all: $(HTML) $(RESOURCES)
|
all: $(HTML) $(RESOURCES)
|
||||||
@for SUB in $(SUBPROJECTS); do $(MAKE) -C src/$$SUB; done
|
@for SUB in $(SUBPROJECTS); do $(MAKE) -C src/$$SUB; done
|
||||||
|
|
||||||
pkg: all $(AVR_FIRMWARE) bbserial
|
pkg: all $(AVR_FIRMWARE) #bbserial
|
||||||
./setup.py sdist
|
./setup.py sdist
|
||||||
|
|
||||||
bbserial:
|
bbserial:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bbctrl",
|
"name": "bbctrl",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"homepage": "https://onefinitycnc.com/",
|
"homepage": "https://onefinitycnc.com/",
|
||||||
"repository": "https://github.com/OneFinityCNC/onefinity",
|
"repository": "https://github.com/OneFinityCNC/onefinity",
|
||||||
"license": "GPL-3.0+",
|
"license": "GPL-3.0+",
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ class Config(object):
|
|||||||
self.values = {}
|
self.values = {}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self.version = "1.1.3"
|
self.version = "1.2.0"
|
||||||
|
|
||||||
# Load config template
|
# Load config template
|
||||||
with open(get_resource('http/config-template.json'), 'r',
|
with open(get_resource('http/config-template.json'), 'r',
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 250 KiB |
Reference in New Issue
Block a user