Преглед на файлове

Removed unprofessional default value

Timo Dritschler преди 3 години
родител
ревизия
b80a691477
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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