'class MHZ19' has no member named 'calibrateZero' #1

Open
opened 2020-12-30 11:30:28 +01:00 by svenkubiak · 0 comments

Just cloned the master and got a compile error

src\ebk_co2ampel.cpp: In function 'void calibrateCO2()':
src\ebk_co2ampel.cpp:249:11: error: 'class MHZ19' has no member named 'calibrateZero'
   myMHZ19.calibrateZero();
           ^
*** [.pio\build\esp32dev\src\ebk_co2ampel.cpp.o] Error 1

Would calling myMHZ19.calibrate(); be a correct fix? If yes, I'll create a pull request.

Just cloned the master and got a compile error ``` src\ebk_co2ampel.cpp: In function 'void calibrateCO2()': src\ebk_co2ampel.cpp:249:11: error: 'class MHZ19' has no member named 'calibrateZero' myMHZ19.calibrateZero(); ^ *** [.pio\build\esp32dev\src\ebk_co2ampel.cpp.o] Error 1 ``` Would calling myMHZ19.calibrate(); be a correct fix? If yes, I'll create a pull request.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: smash/ebk-unhb-co2ampel#1
No description provided.