For some reason when I extended the init() routine(), I added a delay(300) after a comment "delay 3 ms". The BME280 reference software uses a delay of 3 ms after a soft reset, and that's what we should use. (I suspect I was trying to fix #1, and playing with delays... and committed test code.)
For some reason when I extended the init() routine(), I added a delay(300) after a comment "delay 3 ms". The BME280 reference software uses a delay of 3 ms after a soft reset, and that's what we should use. (I suspect I was trying to fix #1, and playing with delays... and committed test code.)