Fixed calibration calculation issue

This commit is contained in:
miguel5612
2020-03-29 15:51:54 -05:00
parent fce223342f
commit 80af739dfd
18 changed files with 18 additions and 18 deletions

View File

@ -109,7 +109,7 @@ void setup() {
MQ7calcR0 = 0,
MQ8calcR0 = 0,
MQ9calcR0 = 0;
for(int i = 0; i<=20; i ++)
for(int i = 1; i<=10; i ++)
{
//Update the voltage lectures
MQ2.update();