This commit is contained in:
Florent de Lamotte 2025-07-18 14:18:20 +02:00
parent cf106dfe4c
commit 48c9095dc5

View file

@ -23,7 +23,7 @@ from prompt_toolkit.shortcuts import radiolist_dialog
from meshcore import MeshCore, EventType, logger
# Version
VERSION = "v1.1.5"
VERSION = "v1.1.6"
# default ble address is stored in a config file
MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/meshcore/"