1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

OP-1706 Output range from 500 to 2500

This commit is contained in:
Laurent Lalanne 2015-02-08 19:10:56 +01:00
parent 7c4dfc9608
commit bf3866d12e

View File

@ -27,8 +27,8 @@
#include "outputchannelform.h"
#define MAXOUTPUT_VALUE 2100
#define MINOUTPUT_VALUE 900
#define MAXOUTPUT_VALUE 2500
#define MINOUTPUT_VALUE 500
OutputChannelForm::OutputChannelForm(const int index, QWidget *parent) :
ChannelForm(index, parent), ui(), m_inChannelTest(false)