Blaž Kristan
2ccc897532
Separate different debug components
...
- generic (WLED_DEBUG)
- FX (WLED_DEBUG_FX)
- bus manager (WLED_DEBUG_BUS)
- pin manager (WLED_DEBUG_PINMANAGER)
- usermods (WLED_DEBUG_USERMODS)
- math (WLED_DEBUG_MATH)
- all (WLED_DEBUG_ALL)
In an attempt to reduce flash usage while still getting a few debug messages.
2024-07-10 14:21:44 +02:00
Michael Bisbjerg
1dd9c6754c
Cleanup unecessary struct
2024-05-15 21:32:08 +02:00
Michael Bisbjerg
f9467ceaf1
Fix state issue on change reporting, add override sample ini
2024-05-15 21:26:30 +02:00
Michael Bisbjerg
f51da4f0c4
Change reporting to be on significant changes
2024-05-15 18:56:45 +02:00
Michael Bisbjerg
2eff389fff
Handle feedback
...
- Reduce some strings
- Use an unnamed struct to pack the bitfield instead
2024-05-15 18:44:36 +02:00
Michael Bisbjerg
74e273274c
Replace 5 booleans with 1 byte flags field
2024-05-14 23:15:59 +02:00
Michael Bisbjerg
02bf5902f0
Add MQTT and HASS support for AHT10
2024-05-14 22:57:19 +02:00
Michael Bisbjerg
f71d839009
Address comments
2024-05-14 18:02:39 +02:00
Michael Bisbjerg
68f6b3452e
Initial implementation of the AHT10/AHT15/AHT20 sensors
2024-05-13 23:12:57 +02:00