Will Miles
|
7db52d794b
|
Fix incorrect json value in all usermods
Must've been a bad search-and-replace on my part somewhere..
|
2025-03-28 21:35:37 -04:00 |
Will Miles
|
b3f9983f44
|
First half of usermod readme updates
Describe the new usermod enable process, and update sample
platformio_override.ini stubs.
|
2025-01-31 03:57:23 +00:00 |
Will Miles
|
44a1a1ebde
|
usermods: Fix MQTT checks
- Check after including wled.h
- Use WLED_DISABLE_MQTT instead of WLED_ENABLE_MQTT
|
2025-01-19 22:19:30 +00:00 |
Will Miles
|
193926c795
|
usermods: Remove #pragma once from cpps
|
2025-01-17 00:50:02 +00:00 |
Will Tatam
|
b380d5e2c7
|
reinstate libArchive:false
|
2025-01-14 00:10:55 +00:00 |
Will Tatam
|
24accf96a8
|
Remove now redundant build section from library.json
|
2025-01-13 10:53:24 +00:00 |
Will Tatam
|
075fd4da2d
|
Defining more usermod dependencies
|
2025-01-12 01:38:48 +00:00 |
Will Tatam
|
90b18158fc
|
Convert usermods from header to library
|
2025-01-11 21:14:20 +00:00 |
Frank
|
dbe8554724
|
code spell checking - part3 (usermods)
if you can spell Fahrenheit, you can't spell Celsius. And vice versa :-)
|
2023-12-14 03:52:06 +01:00 |
Blaz Kristan
|
d78bef72ea
|
Disable MQTT more.
Disable Alexa more.
|
2023-01-12 20:35:34 +01:00 |
srg74
|
8caeddde15
|
Spelling check by @wthomson (#2940)
A lot of spelling corrections. Now repo will sound like educated person :)
Co-authored-by: Bill Thomson <bt@kattt.org>
|
2022-12-10 16:12:55 +01:00 |
Bartłomiej Wiśniewski
|
b0037c75a3
|
Upgrade DHT usermod (#2833)
* Implent publishing DHT data to MQTT broker
* Fix naming and add description
|
2022-10-20 01:02:52 +02:00 |
b3nj1
|
aa242d897d
|
DHT22/DHT11 humidity/temperature sensor usermod (#1719)
* DHT22/DHT11 humidity/temperature sensor usermod
* cleanup - don't report when usermod is auto-disabled since report isn't persistent
* track error count; retry once after error occurs
* for esp32, use esp32DHT library
* fix unreliable ESP32 readings by switching DHT library to https://github.com/alwynallan/DHT_nonblocking
* change default pin to Q2; don't burst readings if error occurs
Co-authored-by: Aircoookie <dev.aircoookie@gmail.com>
|
2021-02-13 01:21:13 +01:00 |