Merge branch 'mdev' into audio_fastpath

This commit is contained in:
Frank
2023-05-11 13:35:17 +02:00
6 changed files with 126 additions and 59 deletions

View File

@@ -238,7 +238,7 @@ void registerUsermods()
#endif
#ifdef USERMOD_BH1750
usermods.add(new Usermod_BH1750());
usermods.add(new Usermod_BH1750("BH1750", false));
#endif
#ifdef USERMOD_BME280
@@ -374,7 +374,7 @@ void registerUsermods()
#endif
#ifdef USERMOD_SHT
usermods.add(new ShtUsermod());
usermods.add(new ShtUsermod("SHT-Sensor", false));
#endif
//WLEDMM ARTIFX