dependency issue

This commit is contained in:
Florent 2025-07-16 11:00:38 +02:00
parent 597a309188
commit 65cd239952
2 changed files with 3 additions and 3 deletions

View file

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