botofancalin/M5Stack-MultiApp-Advanced

I2C Scanner not working

ZeTibofParis opened this issue · 1 comments

I2C Scanner not working

There is a missing initialization in the I2CScannerClass::Run() function in the I2CScanner.cpp file.
In order to correct the bug, just add Wire.begin(); after the line 5 : M5m.update();
@botofancalin

TNX for reporting.
Check the latest commit.
I Added the wire initialization to I2C setup on M5StackMod class.