Closes #3 integrated new testdata with wifidongles

This commit is contained in:
toni
2017-10-17 16:53:02 +02:00
parent ba3b758744
commit 232175c3dc
3 changed files with 27 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ namespace Settings {
/** if the wifi-signal-strengths are stored on the grid-nodes, this needs a grid rebuild! */
constexpr float TXP = -40;
constexpr float EXP = 2.3;
constexpr float WAF = 0.0;
constexpr float WAF = -8.0;
// how to perform VAP grouping. see
// - calibration in Controller.cpp
@@ -81,6 +81,10 @@ namespace Settings {
const std::vector<int> path1 = {0, 1, 2, 3, 4, 5, 6};
const std::vector<int> path2 = {6, 5, 4, 7, 8, 9, 8, 10};
const std::vector<int> path3 = {10, 8, 7, 4, 11, 12, 13, 14, 6};
const std::vector<int> path4 = {0, 1, 2, 3, 4, 5, 6, 71, 7, 8, 9, 10};
const std::vector<int> path5 = {40, 41, 85, 117, 31, 32, 33, 34, 35, 36, 37, 12, 3, 4, 5, 6, 71};
const std::vector<int> path6 = {28, 27, 26, 25, 24, 23, 22, 21, 20, 1, 2, 3, 4, 5, 6, 5};
}
}