fixed bug and version bump

This commit is contained in:
DJ2LS 2024-03-09 14:31:32 +01:00
parent ec6b16b672
commit d5eea3c99c
3 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"name": "FreeDATA",
"description": "FreeDATA Client application for connecting to FreeDATA server",
"private": true,
"version": "0.14.1-alpha",
"version": "0.14.2-alpha",
"main": "dist-electron/main/index.js",
"scripts": {
"start": "vite",

View File

@ -107,7 +107,6 @@ class RF:
# Initialize codec2, rig control, and data threads
self.init_codec2()
self.init_data_threads()
return True

View File

@ -29,7 +29,7 @@ from schedule_manager import ScheduleManager
app = Flask(__name__)
CORS(app, resources={r"/*": {"origins": "*"}})
sock = Sock(app)
MODEM_VERSION = "0.14.1-alpha"
MODEM_VERSION = "0.14.2-alpha"
# set config file to use
def set_config():