Browse Source

Removed unprofessional default value

Timo Dritschler 3 years ago
parent
commit
b80a691477
1 changed files with 1 additions and 1 deletions
  1. 1 1
      KCG/default_config.cfg

+ 1 - 1
KCG/default_config.cfg

@@ -121,7 +121,7 @@ device_list = []
 # device_names is a mapping for device ids to pretty names, this makes the use of boards more intuitive
 # format is: device_names = {'device id': 'device name', ...}
 # if this is an empty dict it won't be used
-device_names = {'test0': 'ich_bin_toll', 'test1': 'ne'}
+device_names = {'test0': 'DEFAULT', 'test1': 'ne'}
 # num_dummy_boards is the number of dummy boards to create
 num_dummy_boards = 1