mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 01:47:47 +00:00
[cc2538] adjust receiver sensitivity (#2453)
CC2538 data sheet indicates -88 dBm across entire operating conditions.
This commit is contained in:
@@ -64,7 +64,7 @@ enum
|
||||
|
||||
enum
|
||||
{
|
||||
CC2538_RECEIVE_SENSITIVITY = -100, // dBm
|
||||
CC2538_RECEIVE_SENSITIVITY = -88, // dBm
|
||||
};
|
||||
|
||||
typedef struct TxPowerTable
|
||||
|
||||
Reference in New Issue
Block a user