fix spacing for copy paste
This commit is contained in:
parent
d46ee840b0
commit
9410630561
1 changed files with 6 additions and 6 deletions
12
install.sh
12
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue