Skip to content

Commit

Permalink
Example compiles!
Browse files Browse the repository at this point in the history
  • Loading branch information
aufdenkampe committed Nov 22, 2023
1 parent a8156d3 commit c3a8251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sensors/AlphasenseCO2.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Adapted from ApogeeSQ212.h and https://github.com/bellahenkel/Soil-Sensing-Device
* Edited by Sara Geleskie Damiano <[email protected]>
*
* @brief Contains the AlphasenseCO2 sensor subclass and the variable subclasses
* @brief Contains the AlphasenseCO2 sensor class and the variable subclasses
* AlphasenseCO2_CO2 and AlphasenseCO2_Voltage.
*
* These are used for the Alphasense IRC-A1 Nondispersive Infrared (NDIR)
Expand Down Expand Up @@ -244,7 +244,7 @@ class AlphasenseCO2 : public Sensor {
*/
AlphasenseCO2(int8_t powerPin,
uint8_t i2cAddress = ADS1115_ADDRESS,
uint8_t measurementsToAverage = 1);
uint8_t measurementsToAverage = 7);
/**
* @brief Destroy the AlphasenseCO2 object - no action needed
*/
Expand Down

1 comment on commit c3a8251

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All sensor and variable subclasses must be included in the Menu a la Carte example
missing_menu_docs

Please sign in to comment.