OpenGarage › Forums › OpenGarage Firmware › Local Blynk Server instead of cloud Blynk? › Re: Re: Local Blynk Server instead of cloud Blynk?
August 26, 2016 at 7:36 pm
#135
Ray
Keymaster
The begin() method can take optional parameters such as your custom server IP. Specifically, check the begin() function’s parameter list
https://github.com/OpenGarage/OpenGarage-Firmware/blob/master/Modifications/BlynkSimpleEsp8266.h#L65
the second and third parameters provide your custom server and port number (if it’s different from the default).