Commit 27059629 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Fixed wrong location of offset constant

parent f48b6c3b
......@@ -126,7 +126,6 @@ protected:
static const int8_t systemId = 220;
static const uint8_t componentId = 200;
static const uint16_t version = 1000;
static const unsigned int barometerOffsetkPa = 2;
signals:
void valueChanged(int uasId, QString curve, double value, quint64 usec);
......
......@@ -72,6 +72,8 @@ public slots:
protected:
virtual void setName(QString name) = 0;
static const unsigned int barometerOffsetkPa = 2;
signals:
/**
* @brief This signal is emitted instantly when the link is connected
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment