Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hieromon/AutoConnect
/ ~MeasureRSSI
Method
~MeasureRSSI
examples/WebSocketServer/MeasureRSSI.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
MeasureRSSI::~MeasureRSSI() {
20
if (_rssi)
21
delete[] _rssi;
22
}
23
24
/**
25
* If the real-time measurement is required, the MeasreRSSI::measure function
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected