Add lessons
This commit is contained in:
parent
7bb8a19145
commit
e226d9f890
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
package es.eoinrul.ecwt
|
package es.eoinrul.ecwt
|
||||||
|
|
||||||
object KochLessonDefinitions {
|
object KochLessonDefinitions {
|
||||||
private const val LessonOrder = "KMRSUAPTLOWI.NJEF0YVG5/Q9ZH38B?427C1D6X" // This order is from http://www.hfradio.org/koch_2.html //TODO Add prosign lessons?
|
private const val LessonOrder = "KMRSUAPTLOWI.NJEF0YVG5/Q9ZH38B?427C1D6X,:'-()\"=+@!&;_$" // This order is from http://www.hfradio.org/koch_2.html //TODO Add prosign lessons?
|
||||||
|
|
||||||
val Lessons : MutableList<KochLesson> = ArrayList()
|
val Lessons : MutableList<KochLesson> = ArrayList()
|
||||||
|
|
||||||
|
@ -54,4 +54,4 @@ object KochLessonDefinitions {
|
||||||
return LessonOrder.substring(0, lessonIndex + 2)
|
return LessonOrder.substring(0, lessonIndex + 2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue