mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
0ca52f868e
commit
ff076cd5d4
2 changed files with 2 additions and 2 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue