Adafruit_SGP30 icon indicating copy to clipboard operation
Adafruit_SGP30 copied to clipboard

'softReset()' fails to reduce power.

Open Tristan-Day opened this issue 1 year ago • 3 comments

  • Arduino board: ESP32 Lolin D32 Lite
  • Arduino IDE version (found in Arduino -> AbouE**t Arduino menu): N/A (PlatformIO Core, version 6.1.13)

Replication:

  1. Call 'begin()' with no parameters.
  2. Take a measurement.
  3. Call 'softReset()'

Outcome:

  • The method 'softReset()' returns false.
  • Power consumption does not change.

Tristan-Day avatar Jan 31 '24 15:01 Tristan-Day