I am wondering how would I go about altering the code for the opengarage door to point to my local Blynk server, instead of the cloud based Blynk server.
I was looking at https://github.com/OpenGarage/OpenGarage-Firmware and it looks like it may be in the main.cpp.
In particular the OG_STATE_CONNECTING method,
if(curr_cloud_access_en) {
Blynk.begin(og.options[OPTION_AUTH].sval.c_str());
Blynk.connect();
}
Is this correct? New to programming, but want to point it to my local rasp pi server that is accessible anywhere in the world.
Any help would be appreciated.
Docs for the Blynk server, http://docs.blynk.cc/#blynk-server-update-instruction-app-and-sketch-changes