Create or delete bigPeek (click on smallPeek/bigPeek)

This commit is contained in:
Ewoud
2023-03-29 21:59:49 +02:00
parent fd658fcc32
commit d9c886abdc
5 changed files with 1652 additions and 1627 deletions

View File

@@ -330,9 +330,9 @@ class GamesUsermod : public Usermod {
strip.addEffect(255, &mode_pongGame, _data_FX_MODE_PONGGAME);
#ifdef USERMOD_MPU6050_IMU
IMU = (MPU6050Driver *)usermods.lookup(USERMOD_ID_IMU);
// #ifdef WLED_DEBUG
#ifdef WLED_DEBUG
strip.addEffect(255, &mode_IMUTest, _data_FX_MODE_IMUTest);
// #endif
#endif
#endif
strip.addEffect(255, &mode_3DIMUCube, _data_FX_MODE_3DIMUCube); //works also without IMU
}