diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-06-29 10:19:21 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-06-29 10:19:21 +0100 |
| commit | 7edaaf36d341d25ca72b57d305b9e3404475a248 (patch) | |
| tree | f135f95de3c0d04ecb08efee88a0637019229ae7 /src/obtsDevice.h | |
| parent | 5d2ed3f5add79df4147383ca776fa5fdd4d4a271 (diff) | |
live test
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;
|
