mirror of https://github.com/arendst/Tasmota.git
fix comment to reflect actual driver name
This commit is contained in:
parent
08cf51ae5a
commit
bb0551de9a
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
xsns_84_tof10120.ino - TOF10120 sensor support for Tasmota
|
xsns_84_tof10120.ino -MPU6886/MPU9250 accelerometer support for Tasmota
|
||||||
|
|
||||||
Copyright (C) 2021 Stephan Hadinger and Theo Arends
|
Copyright (C) 2021 Stephan Hadinger and Theo Arends
|
||||||
|
|
||||||
|
@ -130,4 +130,4 @@ bool Xsns85(uint8_t function) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // USE_MPU6886 USE_MPU_ACCEL
|
#endif // USE_MPU6886 USE_MPU_ACCEL
|
||||||
#endif // USE_I2C
|
#endif // USE_I2C
|
||||||
|
|
Loading…
Reference in New Issue