We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e988c66 commit 5ccd949Copy full SHA for 5ccd949
1 file changed
examples/observer/observer.ino
@@ -46,6 +46,8 @@ void advHandler(const void* adv) {
46
Serial.println(address);
47
Serial.print(F("got adv with payload "));
48
Serial.println(report->dlen);
49
+ Serial.print(F("RSSI "));
50
+ Serial.println(report->rssi);
51
}
52
53
void loop() {
0 commit comments