diff Discovery/Src/settings.c @ 55:a7683f9765da

Italian activated (needs some fine tuning), special characters (?,?,?,?,? and others) currently not working...
author heinrichsweikamp
date Tue, 07 Aug 2018 00:24:05 +0200
parents bf43851a678b
children 96026ba1834f
line wrap: on
line diff
--- a/Discovery/Src/settings.c	Sun Aug 05 12:57:49 2018 +0200
+++ b/Discovery/Src/settings.c	Tue Aug 07 00:24:05 2018 +0200
@@ -55,15 +55,15 @@
 {
     .versionFirst   = 1,
     .versionSecond 	= 3,
-    .versionThird   = 3,
-    .versionBeta    = 1,
+    .versionThird   = 5,
+    .versionBeta    = 0,
 
     /* 4 bytes with trailing 0 */
-    .signature = "cw",
+    .signature = "mh",
 
-    .release_year = 17,
-    .release_month = 7,
-    .release_day = 4,
+    .release_year = 18,
+    .release_month = 8,
+    .release_day = 6,
     .release_sub = 0,
 
     /* max 48 with trailing 0 */
@@ -351,11 +351,6 @@
 
     pSettings->scooterControl = 0;
 
-    if((pSettings->serialHigh == 0) && (pSettings->serialLow == 25))
-    {
-        memcpy(pSettings->customtext, " Salom�\n\r" " Wiedmer\n\r", 60);
-    }
-
     switch(pSettings->header)
     {
     case 0xFFFF0000: