Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 547 → Rev 548

/QMK-Groundstation/Release/QMK-Groundstation-v1.0.1.tgz
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/QMK-Groundstation/tags/V1.0.0/Forms/wdg_Settings.cpp
877,28 → 877,34
if (FCSettings[P_LOOP_CONFIG] & 0x02)
{
tb_9_7->setText("1");
tb_9_7->setChecked(true);
}
else
{
tb_9_7->setText("0");
tb_9_7->setChecked(false);
}
 
if (FCSettings[P_LOOP_CONFIG] & 0x04)
{
tb_9_8->setText("1");
tb_9_8->setChecked(true);
}
else
{
tb_9_8->setText("0");
tb_9_8->setChecked(false);
}
 
if (FCSettings[P_LOOP_CONFIG] & 0x08)
{
tb_9_9->setText("1");
tb_9_9->setChecked(true);
}
else
{
tb_9_9->setText("0");
tb_9_9->setChecked(false);
}
 
cb_9_1 = setCombo(cb_9_1, Set, FCSettings[P_LOOP_GAS_LIMIT]);
/QMK-Groundstation/tags/V1.0.0/global.h
58,7 → 58,7
#endif
 
static const QString QA_NAME = "QMK-Groundstation";
static const QString QA_VERSION_NR = "1.0.0";
static const QString QA_VERSION_NR = "1.0.1";
 
#ifdef _BETA_
static const QString QA_VERSION = QA_VERSION_NR + " (BETA)";
/QMK-Groundstation/trunk/Forms/wdg_Settings.cpp
877,28 → 877,34
if (FCSettings[P_LOOP_CONFIG] & 0x02)
{
tb_9_7->setText("1");
tb_9_7->setChecked(true);
}
else
{
tb_9_7->setText("0");
tb_9_7->setChecked(false);
}
 
if (FCSettings[P_LOOP_CONFIG] & 0x04)
{
tb_9_8->setText("1");
tb_9_8->setChecked(true);
}
else
{
tb_9_8->setText("0");
tb_9_8->setChecked(false);
}
 
if (FCSettings[P_LOOP_CONFIG] & 0x08)
{
tb_9_9->setText("1");
tb_9_9->setChecked(true);
}
else
{
tb_9_9->setText("0");
tb_9_9->setChecked(false);
}
 
cb_9_1 = setCombo(cb_9_1, Set, FCSettings[P_LOOP_GAS_LIMIT]);
/QMK-Groundstation/trunk/global.h
58,7 → 58,7
#endif
 
static const QString QA_NAME = "QMK-Groundstation";
static const QString QA_VERSION_NR = "1.0.0";
static const QString QA_VERSION_NR = "1.0.1";
 
#ifdef _BETA_
static const QString QA_VERSION = QA_VERSION_NR + " (BETA)";