mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
Fixed rssi-scanner example
This commit is contained in:
committed by
Tommy Sparber
parent
94c26b90d0
commit
334e38339e
@@ -77,7 +77,7 @@ do_rssi(void)
|
|||||||
printf("RSSI:");
|
printf("RSSI:");
|
||||||
for(channel = 0; channel <= 85; ++channel) {
|
for(channel = 0; channel <= 85; ++channel) {
|
||||||
set_frq(channel);
|
set_frq(channel);
|
||||||
printf("%d ", cc2420_rssi() + 55);
|
printf("%d ", cc2420_rssi() + 100);
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user