Skip to content

Commit d31aacd

Browse files
Disable forceLeadscout again
The new wifi library only works with the new batch of wifi backpacks, which have the SPI firmware but also an operational backpack bus. So, we can default to using the backpack bus for lead scout detection now.
1 parent 3efbcb6 commit d31aacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Begin/Begin.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ scout.sethqtoken("<HQ Token String>")
1212

1313
void setup() {
1414
// pass setup(1) to force lead scout
15-
Scout.setup(1);
15+
Scout.setup(0);
1616
}
1717

1818
void loop() {

0 commit comments

Comments
 (0)