MM Help small changes (add MPU6050)

This commit is contained in:
Ewoud
2023-03-15 20:36:31 +01:00
parent ff6d5136ac
commit 0b841c0788
3 changed files with 49 additions and 50 deletions

View File

@@ -366,7 +366,7 @@ class MPU6050Driver : public Usermod {
//WLEDMM: add appendConfigData
void appendConfigData()
{
oappend(SET_F("addHB('MPU6050 Motion Sensor (IMU)');"));
oappend(SET_F("addHB('mpu6050-IMU');"));
/*
#ifdef MPU6050_INT_GPIO
oappend(SET_F("xOpt('mpu6050-IMU:interrupt_pin',0,' ⎌',")); oappendi(MPU6050_INT_GPIO); oappend(");");