From 4da9e9711a7092eb745ed8b4362d3daa310e9928 Mon Sep 17 00:00:00 2001 From: sad-santa Date: Wed, 22 Apr 2026 13:12:37 +0300 Subject: [PATCH] del one dot --- vna_system/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vna_system/core/config.py b/vna_system/core/config.py index 60868ca..133ea82 100644 --- a/vna_system/core/config.py +++ b/vna_system/core/config.py @@ -33,7 +33,7 @@ VNA_VID = 0x0483 # STMicroelectronics VNA_PID = 0x5740 # STM32 Virtual ComPort # ----------------------------------------------------------------------------- -# Simulator mode settings.... +# Simulator mode settings.. # ----------------------------------------------------------------------------- USE_SIMULATOR = True # Set to True to use simulator instead of real device SIMULATOR_SWEEP_FILE = BASE_DIR / "binary_input" / "sweep_example" / "example.json"