Skip to content

Commit

Permalink
GCJA5 works fine over TTGO T7 board and Espresiff 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jun 1, 2022
1 parent 09d07c2 commit 26aca39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Sensors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bool Sensors::readAllSensors() {
}
enableWire1();
CO2scd30Read();
// GCJA5Read();
GCJA5Read();
sps30Read();
CO2scd4xRead();
am2320Read();
Expand Down Expand Up @@ -108,7 +108,7 @@ void Sensors::init(int pms_type, int pms_rx, int pms_tx) {
startI2C();
CO2scd30Init();
sps30I2CInit();
// GCJA5Init();
GCJA5Init();
CO2scd4xInit();
bme680Init();
bmp280Init();
Expand Down

0 comments on commit 26aca39

Please sign in to comment.