Ver Fonte

Removed unprofessional default value

Timo Dritschler há 3 anos atrás
pai
commit
b80a691477
1 ficheiros alterados com 1 adições e 1 exclusões
  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