Commit 903f559
committed
Remove single WiFi.begin()
If an area has multiple APs with identical SSIDs (common in office environments) WiFi.begin() will connect to the first it detects, not necessarily the strongest AP with that SSID. Using multiWifi is slower, but ensures that the network with the strongest RSSI is used.1 parent 54f7633 commit 903f559
1 file changed
+8
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
537 | | - | |
| 533 | + | |
| 534 | + | |
538 | 535 | | |
539 | | - | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
| 536 | + | |
| 537 | + | |
552 | 538 | | |
553 | | - | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | | - | |
| 539 | + | |
| 540 | + | |
564 | 541 | | |
565 | 542 | | |
| 543 | + | |
| 544 | + | |
566 | 545 | | |
567 | 546 | | |
568 | 547 | | |
| |||
0 commit comments