From 08577f5064e7badcdaa106fbe1e4ee45157e6a62 Mon Sep 17 00:00:00 2001 From: John Rogers Date: Mon, 21 Jul 2025 19:12:33 +0100 Subject: [PATCH] json2yml --- config.json | 3 --- config.yml | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 config.json create mode 100644 config.yml diff --git a/config.json b/config.json deleted file mode 100644 index 5ba71c3..0000000 --- a/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "hardware_offset_ms": 20 -} diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..d702a5b --- /dev/null +++ b/config.yml @@ -0,0 +1 @@ +hardware_offset_ms: 20 \ No newline at end of file