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:
parent
7c4dfc9608
commit
bf3866d12e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user