From 0b8323b7d9fdaa7d622e0803210ab33f484400e7 Mon Sep 17 00:00:00 2001 From: Eduard Iten Date: Fri, 27 Feb 2026 12:00:42 +0100 Subject: [PATCH] sync --- buzzer_tool/config.yaml | 5 ----- buzzer_tool/config.yaml.example | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 buzzer_tool/config.yaml create mode 100644 buzzer_tool/config.yaml.example diff --git a/buzzer_tool/config.yaml b/buzzer_tool/config.yaml deleted file mode 100644 index 4a928aa..0000000 --- a/buzzer_tool/config.yaml +++ /dev/null @@ -1,5 +0,0 @@ -# config.yaml -serial: - port: "COM15" - baudrate: 112500 - timeout: 20 \ No newline at end of file diff --git a/buzzer_tool/config.yaml.example b/buzzer_tool/config.yaml.example new file mode 100644 index 0000000..926d21d --- /dev/null +++ b/buzzer_tool/config.yaml.example @@ -0,0 +1,5 @@ +# config.yaml +serial: + port: "COM17" + baudrate: 250000 + timeout: 20 \ No newline at end of file