This commit is contained in:
Florent 2025-06-02 15:25:42 +02:00
parent 2235573195
commit c26bfbf1b2

View file

@ -22,7 +22,7 @@ from meshcore import TCPConnection, BLEConnection, SerialConnection
from meshcore import MeshCore, EventType, logger
# Version
VERSION = "v1.0.0"
VERSION = "v1.0.1"
# default ble address is stored in a config file
MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/meshcore/"