Update xsns_33_qmc5883l.ino

This commit is contained in:
Helge 2022-10-02 22:21:18 +02:00
parent 49f0f259ea
commit 0c123e131f
1 changed files with 5 additions and 2 deletions

View File

@ -364,9 +364,12 @@ void QMC5883L_Show(uint8_t json)
* Interface
\*********************************************************************************************/
bool Xsns99(byte function)
bool Xsns33(byte function)
{
if (!I2cEnabled(XI2C_69)) { return false; }
if (!I2cEnabled(XI2C_71))
{
return false;
}
bool result = false;