From bb0551de9aaf4edd648a495e5eb0d4a3b1563372 Mon Sep 17 00:00:00 2001 From: blakadder Date: Tue, 19 Oct 2021 12:08:54 +0200 Subject: [PATCH] fix comment to reflect actual driver name --- tasmota/xsns_85_mpu6886.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/xsns_85_mpu6886.ino b/tasmota/xsns_85_mpu6886.ino index 9f77efc0d..5b650a198 100644 --- a/tasmota/xsns_85_mpu6886.ino +++ b/tasmota/xsns_85_mpu6886.ino @@ -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 @@ -130,4 +130,4 @@ bool Xsns85(uint8_t function) { } #endif // USE_MPU6886 USE_MPU_ACCEL -#endif // USE_I2C \ No newline at end of file +#endif // USE_I2C