mesh_rssi_threshold_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
int
high RSSI threshold, used to determine whether the new parent and the current parent are in the same RSSI range.
int
medium RSSI threshold, used to determine whether the new parent and the current parent are in the same RSSI range.
int
low RSSI threshold. If the parent's RSSI is lower than low for a period time of duration_ms, then the mesh node will post MESH_WEAK_RSSI event. Also used to determine whether the new parent and the current parent are in the same RSSI range.

References

from examples