mirror of
https://github.com/wled/WLED.git
synced 2025-07-27 20:56:40 +00:00
Remove stray endif
This commit is contained in:
parent
aa0f4c9985
commit
d580dedfc8
@ -64,7 +64,6 @@ void registerUsermods()
|
|||||||
#ifdef USERMOD_BME280
|
#ifdef USERMOD_BME280
|
||||||
usermods.add(new UsermodBME280());
|
usermods.add(new UsermodBME280());
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
#ifdef USERMOD_SENSORSTOMQTT
|
#ifdef USERMOD_SENSORSTOMQTT
|
||||||
usermods.add(new UserMod_SensorsToMQTT());
|
usermods.add(new UserMod_SensorsToMQTT());
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user