Sane default for linux RSSI stub

This commit is contained in:
Niccolò Izzo 2021-01-29 18:14:48 +01:00
parent cf8e02506c
commit 9f980f1dd4
1 changed files with 1 additions and 1 deletions

View File

@ -129,5 +129,5 @@ void rtx_taskFunc()
float rtx_getRssi()
{
return 0.0;
return -140.0;
}