Fixed rssi-scanner example

master-31012017
Antonio Lignan 2016-03-03 20:42:27 +01:00 committed by Tommy Sparber
parent 94c26b90d0
commit 334e38339e
No known key found for this signature in database
GPG Key ID: B494EF602A3462D8
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ do_rssi(void)
printf("RSSI:");
for(channel = 0; channel <= 85; ++channel) {
set_frq(channel);
printf("%d ", cc2420_rssi() + 55);
printf("%d ", cc2420_rssi() + 100);
}
printf("\n");
}