makefile rm bbserial version change

This commit is contained in:
saifullah-N
2022-12-24 11:08:53 +05:30
parent 9a86d11d1e
commit 4525324a4a
4 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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+",

View File

@@ -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