# HG changeset patch # User heinrichsweikamp # Date 1533922855 -7200 # Node ID 96026ba1834f681161e82779f410c096bf0f5f02 # Parent 00e70b60c69fb48e1322c1edefcb3af582c5a05a more language updates diff -r 00e70b60c69f -r 96026ba1834f Discovery/Src/settings.c --- 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 */ diff -r 00e70b60c69f -r 96026ba1834f Discovery/Src/text_multilanguage.c --- 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[] = ""; diff -r 00e70b60c69f -r 96026ba1834f ostc4pack/complete.bat --- /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 diff -r 00e70b60c69f -r 96026ba1834f ostc4pack/step0_copy_bins.bat --- /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 + diff -r 00e70b60c69f -r 96026ba1834f ostc4pack/step1_create_OSTC4_firmware_upload_bin.bat --- 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 diff -r 00e70b60c69f -r 96026ba1834f ostc4pack/step1_create_OSTC_RTE_upload.bat --- 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 diff -r 00e70b60c69f -r 96026ba1834f ostc4pack/step2_create_OSTC4update_bin.bat --- 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