Просмотр исходного кода

Merge branch 'dev' of https://github.com/ripplebiz/MeshCore into mymesh-refactor2

Applying a987efe
hank 1 год назад
Родитель
Сommit
e15ad108af
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/companion_radio/MyMesh.cpp

+ 1 - 1
examples/companion_radio/MyMesh.cpp

@@ -384,7 +384,7 @@ float MyMesh::getAirtimeBudgetFactor() const
 
 int MyMesh::getInterferenceThreshold() const
 {
-  return 14; // hard-coded for now
+  return 0; // disabled for now, until currentRSSI() problem is resolved
 }
 
 int MyMesh::calcRxDelay(float score, uint32_t air_time) const