Correctly spell OSTC cR

Correctly spell OSTC cR (wrong: "Cr") in two files.

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
Stefan Fuchs 2018-03-03 15:00:56 +01:00 committed by Lubomir I. Ivanov
parent 0ca52f868e
commit ff076cd5d4
2 changed files with 2 additions and 2 deletions

View file

@ -241,7 +241,7 @@ OstcFirmwareCheck::OstcFirmwareCheck(QString product) : parent(0)
{
QUrl url;
memset(&devData, 1, sizeof(devData));
if (product == "OSTC 3" || product == "OSTC 3+" || product == "OSTC Cr") {
if (product == "OSTC 3" || product == "OSTC 3+" || product == "OSTC cR") {
url = QUrl("http://www.heinrichsweikamp.net/autofirmware/ostc3_changelog.txt");
latestFirmwareHexFile = QString("http://www.heinrichsweikamp.net/autofirmware/ostc3_firmware.hex");
} else if (product == "OSTC Sport") {