Fixed error

This commit is contained in:
miguel5612 2020-03-26 11:54:55 -05:00
parent 3ae663163b
commit 973e2dbb84

View File

@ -60,8 +60,6 @@ void setup() {
//Remarks: Configure the pin of arduino as input. //Remarks: Configure the pin of arduino as input.
/************************************************************************************/ /************************************************************************************/
MQ3.serialDebug(true); MQ3.serialDebug(true);
//pinMode(calibration_button, INPUT);
} }
void loop() { void loop() {