Skip to content

Commit

Permalink
updates to config.cfg.example
Browse files Browse the repository at this point in the history
  • Loading branch information
elcojacobs committed Jan 16, 2018
1 parent 4f2ca8e commit 231e9b8
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions settings/config.cfg.example
@@ -1,17 +1,21 @@
# ======= settings above this line have been added automatically =======
# uncomment settings here, these override the settings in defaults.cfg
# if you uncomment settings here, these override the settings in defaults.cfg

# ==== connection to BrewPi Spark ====
# For usb, leave this set to auto
# For wifi, comment the first line, and uncomment and edit the second line to match the ip address of the BrewPi Spark.
# The IP address is shown on the display of the BrewPi Spark. Do not edit the port (6666).

port = auto
# port = socket://192.168.1.100:6666

# You normally should not have to edit the settings below.

# altport = /dev/ttyACM1
# scriptPath = /home/brewpi/
# wwwPath = /var/www/html
# port = /dev/ttyACM0
# altport = /dev/ttyACM1
# boardType = p1
# startupDelay = 1.0
# debug = true

# On a standard pi installation, the defaults should work.
# If you are using a different linux flavor or Windows, you can set the tool locations here

# on Windows, the scripts defaults to an Internet socket instead of a system socket.
# useInetSocket=true
# socketPort=6332
Expand Down

0 comments on commit 231e9b8

Please sign in to comment.