From 28ce4c80f7e2a22f39542f0952de02f1627038d3 Mon Sep 17 00:00:00 2001 From: miguel5612 Date: Mon, 30 Mar 2020 19:46:49 -0500 Subject: [PATCH] Removed setR0 before calibratioN --- examples/ESP8266/ESP8266.ino | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/ESP8266/ESP8266.ino b/examples/ESP8266/ESP8266.ino index 956185e..ed94cca 100644 --- a/examples/ESP8266/ESP8266.ino +++ b/examples/ESP8266/ESP8266.ino @@ -56,9 +56,7 @@ void setup() { //Remarks: Configure the pin of arduino as input. /************************************************************************************/ MQ3.init(); - // Calibration setup - MQ3.setR0(3.86018237); - + /* //If the RL value is different from 10K please assign your RL value with the following method: MQ3.setRL(10);