We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc74571 commit 6c81338Copy full SHA for 6c81338
examples/multitag_positioning/multitag_positioning.ino
@@ -59,7 +59,7 @@ void setup(){
59
// configures all remote tags and prints the success of their configuration.
60
setAnchorsManual();
61
setTagsAlgorithm();
62
- delay(2000);
+ delay(1000);
63
64
Serial.println(F("Starting positioning: "));
65
}
@@ -140,6 +140,9 @@ void setAnchorsManual(){
140
anchor.pos.z = heights[j];
141
status &= Pozyx.addDevice(anchor, tags[i]);
142
143
+ if (num_anchors > 4){
144
+ Pozyx.setSelectionOfAnchors(POZYX_ANCHOR_SEL_AUTO, num_anchors, tags[i]);
145
+ }
146
if (status == POZYX_SUCCESS){
147
Serial.print("Configuring ID 0x");
148
Serial.print(tags[i], HEX);
0 commit comments