Implementation of German "Zeitansage", spoken by Elvira Bader

This commit is contained in:
Andreas Eversberg
2020-01-11 18:00:25 +01:00
parent b1ea4e574f
commit b2089bb529
12 changed files with 129970 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ struct debug_cat {
{ "uart", "\033[0;32m" },
{ "device", "\033[0;33m" },
{ "datenklo", "\033[1;34m" },
{ "zeit", "\033[1;34m" },
{ NULL, NULL }
};