From e61b0a76da99a9d7e7a9087824c2485b4ea7d8e1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Mar 2025 15:50:59 +0100 Subject: [PATCH] update --- SARA/sara.py | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/SARA/sara.py b/SARA/sara.py index f64ee32..50f4102 100755 --- a/SARA/sara.py +++ b/SARA/sara.py @@ -32,22 +32,8 @@ port='/dev/'+parameter[0] # ex: ttyAMA2 command = parameter[1] # ex: AT+CCID? timeout = float(parameter[2]) # ex:2 -#get baudrate -def load_config(config_file): - try: - with open(config_file, 'r') as file: - config_data = json.load(file) - return config_data - except Exception as e: - print(f"Error loading config file: {e}") - return {} - -# Define the config file path -config_file = '/var/www/nebuleair_pro_4g/config.json' -# Load the configuration data -config = load_config(config_file) # Access the shared variables -baudrate = config.get('SaraR4_baudrate', 115200) +baudrate = 115200 try: