fix spacing for copy paste

This commit is contained in:
torlando-tech 2025-10-29 09:53:30 -04:00
commit 9410630561

View file

@ -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