esp32-ogn-tracker icon indicating copy to clipboard operation
esp32-ogn-tracker copied to clipboard

BMP388 support

Open DaddyLlama opened this issue 1 year ago • 1 comments

Hi, Thank you for your work here. Will this support BMP388 sensors?

If not, How hard would it be to add BMP388 functionality? Is it as simple as listing it next to all entries where the BMP280 resides and add the Adafruit_BMP3x.cpp and Adafruit_BMP3x.h files in the sources?

DaddyLlama avatar Apr 19 '23 14:04 DaddyLlama

Yes, that's it. I did the MS5611 sensor code, this is my initial commit: https://github.com/pjalocha/esp32-ogn-tracker/commit/a0ba7ad4a3489c64dab836cdf6349a09be32ad92

just make and do a pull request. @pjalocha usually accept PRs

lupus78 avatar Oct 03 '23 18:10 lupus78