mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Update xsns_33_qmc5883l.ino
This commit is contained in:
parent
49f0f259ea
commit
0c123e131f
@ -364,9 +364,12 @@ void QMC5883L_Show(uint8_t json)
|
|||||||
* Interface
|
* Interface
|
||||||
\*********************************************************************************************/
|
\*********************************************************************************************/
|
||||||
|
|
||||||
bool Xsns99(byte function)
|
bool Xsns33(byte function)
|
||||||
{
|
{
|
||||||
if (!I2cEnabled(XI2C_69)) { return false; }
|
if (!I2cEnabled(XI2C_71))
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
bool result = false;
|
bool result = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user