Mercurial > public > ostc4
changeset 60:96026ba1834f
more language updates
author | heinrichsweikamp |
---|---|
date | Fri, 10 Aug 2018 19:40:55 +0200 |
parents | 00e70b60c69f |
children | f8b7642704dd |
files | Discovery/Src/settings.c Discovery/Src/text_multilanguage.c ostc4pack/complete.bat ostc4pack/step0_copy_bins.bat ostc4pack/step1_create_OSTC4_firmware_upload_bin.bat ostc4pack/step1_create_OSTC_RTE_upload.bat ostc4pack/step2_create_OSTC4update_bin.bat |
diffstat | 7 files changed, 13 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/Discovery/Src/settings.c Fri Aug 10 19:22:12 2018 +0200 +++ b/Discovery/Src/settings.c Fri Aug 10 19:40:55 2018 +0200 @@ -55,7 +55,7 @@ { .versionFirst = 1, .versionSecond = 3, - .versionThird = 5, + .versionThird = 6, .versionBeta = 0, /* 4 bytes with trailing 0 */
--- a/Discovery/Src/text_multilanguage.c Fri Aug 10 19:22:12 2018 +0200 +++ b/Discovery/Src/text_multilanguage.c Fri Aug 10 19:40:55 2018 +0200 @@ -583,7 +583,7 @@ // Menu SYS2 static uint8_t text_EN_ResetMenu[] = "Reset Menu"; -static uint8_t text_DE_ResetMenu[] = "Reset Menü "; +static uint8_t text_DE_ResetMenu[] = "Reset Menu"; static uint8_t text_FR_ResetMenu[] = "Menu RaZ"; // RàZ static uint8_t text_IT_ResetMenu[] = "Reset"; static uint8_t text_ES_ResetMenu[] = "";
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ostc4pack/complete.bat Fri Aug 10 19:40:55 2018 +0200 @@ -0,0 +1,5 @@ +call step0_copy_bins.bat +call step1_create_OSTC4_firmware_upload_bin.bat +call step1_create_OSTC_RTE_upload.bat +call step2_create_OSTC4update_bin.bat +pause \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ostc4pack/step0_copy_bins.bat Fri Aug 10 19:40:55 2018 +0200 @@ -0,0 +1,3 @@ +copy ..\RefPrj\Firmware\Release\OSTC4_Firmware.bin OSTC4_Firmware.bin /V /Y +copy ..\RefPrj\RTE\Release\OSTC4_RTE.bin OSTC4_RTE.bin /V /Y +
--- a/ostc4pack/step1_create_OSTC4_firmware_upload_bin.bat Fri Aug 10 19:22:12 2018 +0200 +++ b/ostc4pack/step1_create_OSTC4_firmware_upload_bin.bat Fri Aug 10 19:40:55 2018 +0200 @@ -1,2 +1,1 @@ -OSTC4pack_V4.exe 1 OSTC4_firmware.bin -PAUSE \ No newline at end of file +OSTC4pack_V4.exe 1 OSTC4_firmware.bin \ No newline at end of file
--- a/ostc4pack/step1_create_OSTC_RTE_upload.bat Fri Aug 10 19:22:12 2018 +0200 +++ b/ostc4pack/step1_create_OSTC_RTE_upload.bat Fri Aug 10 19:40:55 2018 +0200 @@ -1,2 +1,1 @@ -OSTC4pack_V4.exe 0 OSTC4_RTE.bin -PAUSE \ No newline at end of file +OSTC4pack_V4.exe 0 OSTC4_RTE.bin \ No newline at end of file
--- a/ostc4pack/step2_create_OSTC4update_bin.bat Fri Aug 10 19:22:12 2018 +0200 +++ b/ostc4pack/step2_create_OSTC4update_bin.bat Fri Aug 10 19:40:55 2018 +0200 @@ -1,2 +1,1 @@ -checksum_final_add_fletcher.exe OSTC4_firmware_upload.bin OSTC4_FONT_upload.bin OSTC4_RTE_upload.bin -PAUSE \ No newline at end of file +checksum_final_add_fletcher.exe OSTC4_firmware_upload.bin OSTC4_FONT_upload.bin OSTC4_RTE_upload.bin \ No newline at end of file