Skip to content

Commit

Permalink
Fix BME Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
DTTerastar committed Jul 8, 2022
1 parent 9e72d48 commit dc3d1d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -582,9 +582,9 @@ void setup()
Serial.println("\nI2C Scanner");
}

BH1750::Setup();
//BME280::Setup();
//TSL2561::Setup();
BH1750::Setup();
BME280::Setup();
TSL2561::Setup();
HX711::Setup();
#endif
xTaskCreatePinnedToCore(scanTask, "scanTask", 7168, nullptr, 1, &scanTaskHandle, CONFIG_BT_NIMBLE_PINNED_TO_CORE);
Expand Down

0 comments on commit dc3d1d5

Please sign in to comment.