[SOLVED] Blynk and Esp8266 Ds18b20

Hello. It is not recommended to call virtualWrite within loop. Better use widget with frequency reading like this :

 BLYNK_READ(V1) {
      Blynk.virtualWrite(V1, temp);
 }

Or use timer