Skip to content

Commit

Permalink
Added user settings file to the examples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
UmSenhorQualquer committed Aug 24, 2017
1 parent 301c0b0 commit edfce47
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
org.eclipse.core.resources.prefs

# APP USER SETTINGS
user_settings.py
user_settings.*.py
user_settings*.py
pyforms_generic_editor_user_settings.py

# PIP
Expand Down
16 changes: 16 additions & 0 deletions examples/user_settings.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import datetime, time, logging

PYBPOD_API_LOG_LEVEL = logging.INFO #logging.WARNING; logging.DEBUG
PYBPOD_API_LOG_FILE = 'pybpod-api.log'


WORKSPACE_PATH = 'BPOD-WORKSPACE'

PROTOCOL_NAME = datetime.datetime.fromtimestamp(time.time()).strftime('%Y-%m-%d %H:%M:%S')

SERIAL_PORT = '/dev/ttyACM0'





0 comments on commit edfce47

Please sign in to comment.