learn-morse-code/src/config.json
2020-01-28 23:46:23 -08:00

12 lines
205 B
JSON

{
"timingUnit": 1,
"ditMaxTime": 60,
"mainVolume": 0.2,
"frequency": 650.0,
"practiceSpeed": {
"slow": 40,
"normal": 24,
"fast": 17
},
"historySize": 7
}