From c5e36e98a7bd28849c837833c3b1a7b1718f1b8c Mon Sep 17 00:00:00 2001
From: Gijs Schoonderbeek <schoonderbeek@astron.nl>
Date: Thu, 5 Jan 2023 19:09:28 +0100
Subject: [PATCH] Commit small changes in the settings to run the scipt

---
 APSCT_CLK_I2C.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/APSCT_CLK_I2C.py b/APSCT_CLK_I2C.py
index 1465aa7..99309c6 100644
--- a/APSCT_CLK_I2C.py
+++ b/APSCT_CLK_I2C.py
@@ -26,7 +26,7 @@ else:
 DEBUG = False
 I2CBUSNR=5
 sleep_time = 0.15
-SET_PLL = False #True
+SET_PLL = True
 READ_LOCK = True
 READ_ALL = False
 CHECK_EEPROM = False
-- 
GitLab