added stuff for bluetooth
worked on resampling methods
This commit is contained in:
@@ -48,6 +48,9 @@ public:
|
||||
|
||||
/** get the rssi */
|
||||
float getRSSI() const {return rssi;}
|
||||
|
||||
/** set another signal strength */
|
||||
void setRssi(float value){rssi = value;}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user