1
0
Fork 0

Add lessons

This commit is contained in:
Alex Kotov 2024-04-04 07:35:54 +04:00
parent 7bb8a19145
commit e226d9f890
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
package es.eoinrul.ecwt
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()
@ -54,4 +54,4 @@ object KochLessonDefinitions {
return LessonOrder.substring(0, lessonIndex + 2)
}
}
}
}