This commit is contained in:
Florent 2025-08-02 09:28:08 +02:00
parent 082d3d6115
commit d01cdfb73a

View file

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