increase protocol and app version

This commit is contained in:
dj2ls 2022-10-26 09:42:18 +02:00
parent 0e28e2e3a2
commit b3726cfae5
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "FreeDATA",
"version": "0.5.0-alpha.1",
"version": "0.6.0-alpha.1",
"description": "FreeDATA ",
"main": "main.js",
"scripts": {

View file

@ -42,8 +42,8 @@ def get_audio_devices():
proc.start()
proc.join()
#log.debug("[AUD] get_audio_devices: input_devices:", list=f"{proxy_input_devices}")
#log.debug("[AUD] get_audio_devices: output_devices:", list=f"{proxy_output_devices}")
log.debug("[AUD] get_audio_devices: input_devices:", list=f"{proxy_input_devices}")
log.debug("[AUD] get_audio_devices: output_devices:", list=f"{proxy_output_devices}")
return list(proxy_input_devices), list(proxy_output_devices)

View file

@ -11,7 +11,7 @@ Not nice, suggestions are appreciated :-)
import subprocess
from enum import Enum
VERSION = "0.5.0-alpha"
VERSION = "0.6.0-alpha"
# DAEMON
DAEMONPORT: int = 3001
@ -85,7 +85,7 @@ ENABLE_FFT: bool = False
CHANNEL_BUSY: bool = False
# ARQ PROTOCOL VERSION
ARQ_PROTOCOL_VERSION: int = 2
ARQ_PROTOCOL_VERSION: int = 3
# ARQ statistics
ARQ_BYTES_PER_MINUTE_BURST: int = 0