Difference between revisions of "Wifi"

From Wiki2
(Created page with "== wifi == https://forums.verizon.com/t5/g1100-bridging-guide/bd-p/g1100-bridging-guide End of the Tutorial You have finished Fios-G1100 bridging guide. You can now connect an Ethernet cable between a LAN port on the Fios-G1100 and a LAN port on your primary router.")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== wifi  ==
== wifi  ==
# if no hay wifi
set `ConnWIFI.cpp/getOnline()wifiManager.setConfigPortalTimeout(120)`, after which it will drop out of `!wifiManager.autoConnect("connectEspAP")` and start running the main loop(). if !haywifi then mqtt won't try to connect.
Without wifi, the defaults will take over. They are the values that are baked in in CONFIG.cpp.
The next day, shortly after midnight, when `main.cpp/dailyAlarm()getTime()` goes off, if !haywifi, the device will again attempt to getOnline().
When messing with wifi at parley https://myfiosgateway.com/#/login admin, sort332urn
[https://forums.verizon.com/t5/fios-internet/setting-up-google-wifi-with-verizon-router/td-p/863588 Setting up Google WiFi with Verizon router]


https://forums.verizon.com/t5/g1100-bridging-guide/bd-p/g1100-bridging-guide
https://forums.verizon.com/t5/g1100-bridging-guide/bd-p/g1100-bridging-guide

Latest revision as of 12:28, 28 December 2022

wifi

  1. if no hay wifi

set `ConnWIFI.cpp/getOnline()wifiManager.setConfigPortalTimeout(120)`, after which it will drop out of `!wifiManager.autoConnect("connectEspAP")` and start running the main loop(). if !haywifi then mqtt won't try to connect.

Without wifi, the defaults will take over. They are the values that are baked in in CONFIG.cpp.

The next day, shortly after midnight, when `main.cpp/dailyAlarm()getTime()` goes off, if !haywifi, the device will again attempt to getOnline().

When messing with wifi at parley https://myfiosgateway.com/#/login admin, sort332urn

Setting up Google WiFi with Verizon router


https://forums.verizon.com/t5/g1100-bridging-guide/bd-p/g1100-bridging-guide

End of the Tutorial You have finished Fios-G1100 bridging guide.

You can now connect an Ethernet cable between a LAN port on the Fios-G1100 and a LAN port on your primary router.