Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
43
Wifi.Connect
Type
Subroutine
Invocation
Wifi.Connect()
Discussion
Invoking this subroutine causes the ESP8266 to attempt to make a connection to the last-specified SSID. 
In most cases, it is not necessary to use this subroutine because the ESP8266 will automatically attempt
to make the WiFi connection each time it boots up.
One could use this subroutine in conjunction with Wifi.Disconnect() and Wifi.SetConfig() to
dynamically change the access point during executions.
Previous page Top Next page