Skip to content

Commit 6af13f3

Browse files
Merge pull request #2 from sciosense/1.1.1
1.1.1
2 parents 3596634 + ec4a328 commit 6af13f3

File tree

6 files changed

+3
-222
lines changed

6 files changed

+3
-222
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For the installation of the ESP32 in the Arduino IDE, see [Arduino ESP32 Install
3939

4040
### General
4141
Please make sure that you use the correct supply voltage:
42-
- The ENS190 runs at VDD = 5V.
42+
- The ENS190 runs at VDD = 5 V.
4343
- The serial communication runs at 5V, and supports UART, RS485, and Modbus.
4444

4545
### Example UART with ESP32

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ScioSense_ENS190
2-
version=1.1.0
2+
version=1.1.1
33
author=ScioSense
44
maintainer=ScioSense
55
sentence=Library for the ENS190 CO2 sensor by ScioSense

src/lib/ens190/ScioSense_Ens190.inl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ static inline Result Ens190_SetCo2Baseline(ScioSense_Ens190* ens190, uint16_t co
274274

275275
uint8_t rbuff[ENS190_COMMAND_RESPONSE_CO2_BASELINE_LENGTH];
276276

277-
result = Ens190_Invoke(ens190, commandSetCo2Baseline, ENS190_COMMAND_GET_ALARM_THRESHOLDS_LENGTH, rbuff, ENS190_COMMAND_RESPONSE_CO2_BASELINE_LENGTH);
277+
result = Ens190_Invoke(ens190, commandSetCo2Baseline, ENS190_COMMAND_SET_CO2_BASELINE_LENGTH, rbuff, ENS190_COMMAND_RESPONSE_CO2_BASELINE_LENGTH);
278278

279279
if (result == RESULT_OK)
280280
{

src/lib/io/ScioSense_IOInterface_Arduino_Ens16x_SPI.h

Lines changed: 0 additions & 74 deletions
This file was deleted.

src/lib/io/ScioSense_IOInterface_Arduino_Ens220_SPI.h

Lines changed: 0 additions & 74 deletions
This file was deleted.

src/lib/io/ScioSense_IOInterface_Arduino_I2C.h

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)