From 9410630561da73eaf2fb8517cb90de3fe2c28fd5 Mon Sep 17 00:00:00 2001 From: torlando-tech Date: Wed, 29 Oct 2025 09:53:30 -0400 Subject: [PATCH] fix spacing for copy paste --- install.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/install.sh b/install.sh index e5563db..a43459c 100755 --- a/install.sh +++ b/install.sh @@ -687,13 +687,13 @@ echo " File: $CONFIG_FILE" echo echo " Add this section (copy-paste ready):" echo -echo " [[BLE Interface]]" -echo " type = BLEInterface" -echo " enabled = yes" +echo " [[BLE Interface]]" +echo " type = BLEInterface" +echo " enabled = yes" echo -echo " # Enable both modes for mesh" -echo " enable_peripheral = yes" -echo " enable_central = yes" +echo " # Enable both modes for mesh" +echo " enable_peripheral = yes" +echo " enable_central = yes" echo echo "2. See examples/config_example.toml for all configuration options" echo