DaleGia/nano-33-sense-serial-example

#if statement for baro and proximity sensors swapped

mikedocy opened this issue · 0 comments

"#if (SERIAL_PLOT_APDS9960 == true)" currently sends the baro to the serial.
"#if (SERIAL_PLOT_LPS22HB == true)" currently sends the proximity sensor to the serial.

Need to be swapped: APDS9960 is the proximity sensor and LPS22HB is the barometer.