Sensor update

Hi Blynkers, is possible to update the pin status when I start my app?

I have an rgd LED conected to 3 differents pin (GP14, GP12, GP13), but sometimes when internet connection get lost and then connected again I have for example (1023, 0, 1023) on my app but (0,1023,1023) on the esp8266 nodemcu.

http://docs.blynk.cc/#blynk-firmware-virtual-pins-control-blynksyncall

Thanks, where should I write that code BLYNK_CONNECTED? On void loop, void setup?

I put the code in main loop but doesnt work:

BLYNK_CONNECTED() {
if (isFirstConnect) {
Blynk.syncAll();
}
}

Sorry, but am busy right now… try searching forum like this… lots of information.