Skip to content

Commit

Permalink
change default settings example to comply with ardas_reset configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bastinc committed Oct 16, 2018
1 parent 3a35fe5 commit 9d70508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ardas/settings_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

# ArDAS configuration
ARDAS_CONFIG = {
'station': '', # 4 characters
'net_id': '', # 3 characters
'station': '0001', # 4 characters
'net_id': '255', # 3 characters
'shield_id': '', # 3 characters
'integration_period': '0001', # 4 characters convertible to int
'tty': '/dev/ttyACM0',
Expand Down

0 comments on commit 9d70508

Please sign in to comment.