Closed rxseger closed 8 years ago
Fixes error in promise rejection, before fix:
pi@raspberrypi:~/spi/bme280-sensor $ node example.js (node:30742) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): ReferenceError: errr is not defined
after:
pi@raspberrypi:~/spi/bme280-sensor $ node example.js BME280 initialization failed: Error: EIO, Input/output error
Thank you for the fix!
Fixes error in promise rejection, before fix:
pi@raspberrypi:~/spi/bme280-sensor $ node example.js (node:30742) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): ReferenceError: errr is not defined
after:
pi@raspberrypi:~/spi/bme280-sensor $ node example.js BME280 initialization failed: Error: EIO, Input/output error