From 81bce4ac0903c7dc964ab65fde688e06c2d050a5 Mon Sep 17 00:00:00 2001 From: "Jamie V." Date: Fri, 27 Dec 2024 11:32:23 -0800 Subject: [PATCH] Temporarily remove LMST and SCLK from default time systems in configuration (#248) --- config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.js b/config.js index 2ea077b..40cf58d 100644 --- a/config.js +++ b/config.js @@ -189,9 +189,7 @@ */ timeSystems: [ 'scet', - 'ert', - 'sclk', - 'lmst' + 'ert' ], /**