diff options
Diffstat (limited to 'src/obtsDevice.h')
| -rw-r--r-- | src/obtsDevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/obtsDevice.h b/src/obtsDevice.h index b300d64..33c130e 100644 --- a/src/obtsDevice.h +++ b/src/obtsDevice.h @@ -77,7 +77,7 @@ class obtsDevice void connectCall();
void endCall();
void sms(obtsDevice *to);
- void excite(float amount=1.0);
+ void excite(float amount=0.99);
protected:
private:
float exciteLevel;
|
