Fix BME280#962
Fix BME280#9621technophile merged 12 commits into1technophile:developmentfrom spacemanspiff2007:patch-1
Conversation
Fix log output, since %H never prints anything
log status
Initialize I2C
|
Initialized BME280, otherwise it will not work |
update format
fix typo
|
I've updated the files so lint should pass now. |
|
Build error notes: AVR wire library does not accept pins for parameters in the call to I recommend using a conditional check such as: Instead of the |
|
@h2zero |
I do not have the means to test the functionality but you could add the check as: That should at least compile and I don't see any reason for it to affect the function of all involved. |
|
I've done exactly that! |
|
No worries 😄 lets hope it works out. |
|
@spacemanspiff2007, sorry I guess 8266 does not have You'll need to change the check to this: |
linter fixes
|
Thanks for the PR, for the code format you can take a look below: |
removed empty line
|
@1technophile |
Fix log output, since %H never prints anything
Fix log output, since %H never prints anything