Gregory Schmidt
445b6ee13f
Fix MQTT Null publish
2021-10-10 17:05:55 -08:00
cschwinne
8afaac1e30
0.13.0-b4
2021-10-11 02:42:58 +02:00
Gregory Schmidt
0327f9428e
Merge branch 'master' of https://github.com/Aircoookie/WLED into overlayum
2021-10-10 16:27:47 -08:00
Gregory Schmidt
a5de66bbd5
Merge branch 'overlayum' of https://github.com/AK5nowman/WLED into overlayum
2021-10-10 16:26:42 -08:00
Gregory Schmidt
d47157eec3
Refactor string usage
2021-10-10 16:26:14 -08:00
Christian Schwinne
f4b47ed399
Exclude virtual busses from current calculation ( #2262 )
2021-10-11 02:19:53 +02:00
Blaž Kristan
8b2145bd88
Add strip off refresh option in LED settings. ( #2259 )
...
* Add strip off refresh option in LED settings.
New strip initialization logic.
Minor code clen-up.
* Dev code removal.
* Missing ethernet include
* Renamed mainseg to selseg
* Fix for preset cycling bounds.
* "Preset 0" bugfix.
* Auto segments only if segments were not modified
Co-authored-by: cschwinne <dev.aircoookie@gmail.com>
2021-10-11 02:19:33 +02:00
Christian Schwinne
de454e8b78
Edit comments
2021-10-11 01:29:13 +02:00
Gregory Schmidt
6cd770b4c7
Restore platformio.inii
2021-10-09 11:29:41 -08:00
Gregory Schmidt
355525c248
Add readme
2021-10-09 11:14:52 -08:00
Gregory Schmidt
47d4e7381f
Merge 'master' of Aircoookie/WLED into overlayum
2021-10-08 00:00:09 -08:00
Gregory Schmidt
5dac6690d7
Add msg scroll. Add MQTT and Config support
2021-10-07 23:56:57 -08:00
Christian Schwinne
b89f7180db
Merge pull request #2257 from calebmah/bh1750-usermod
...
Add BH1750 usermod
2021-10-07 23:52:48 +02:00
Caleb Mah
2ebb837a15
bh1750
2021-10-08 02:11:39 +08:00
Blaž Kristan
849aa64678
Fixed red color on IP address
2021-10-07 14:11:47 +02:00
cschwinne
cbb12e1b7c
Updated vid and changelog
2021-10-06 20:46:49 +02:00
Christian Schwinne
cc87ba4962
Merge pull request #2245 from Aircoookie/network-bus
...
Network bus/virtual WLED instances
2021-10-06 20:05:32 +02:00
Blaz Kristan
fb2e556726
Allow playlist as end preset in playlist.
...
Playlist chaining.
2021-10-06 19:01:56 +02:00
Blaz Kristan
3f0eb0a046
Code optimization, updated URL links.
2021-10-06 16:29:04 +02:00
cschwinne
7d6d9eddc4
Change virtual bus type range
2021-10-06 14:30:41 +02:00
Blaž Kristan
cf87da0ef3
Minor UI fixes.
2021-10-06 08:37:27 +02:00
Blaž Kristan
0775acedc0
Merge pull request #2250 from Proto-molecule/master
...
Fix Glyphs for 4 line display
2021-10-04 21:15:19 +02:00
Blaz Kristan
8f1cee2e61
Fixed mem calculation.
2021-10-04 19:44:46 +02:00
Blaz Kristan
caa9cc32d7
Removed double buffer.
...
Moved bri scaling into UDP function.
Prevent double DDP port allocation.
2021-10-04 19:41:20 +02:00
Blaž Kristan
b750f827c5
Merge pull request #2168 from itCarl/usermod_battery_status
...
Updated Usermod Battery Status Basic
2021-10-04 14:56:33 +02:00
Blaž Kristan
5d147163e5
Merge pull request #2251 from blazoncek/pwm-fan-usermod
...
Pwm fan usermod enhancement
2021-10-04 13:12:22 +02:00
Blaž Kristan
75fe1a19eb
Merge master
2021-10-04 13:01:06 +02:00
Blaž Kristan
5c9405fffc
Added configurable PWM fan parameters:
...
- min PWM value (%)
- IRQs per rotation
2021-10-04 11:48:03 +02:00
Proto-molecule
6457314794
Glyph fix for 4 line
2021-10-03 21:23:52 -07:00
Proto-molecule
84f4e3eedc
Merge branch 'Aircoookie:master' into master
2021-10-03 18:13:01 -07:00
Blaž Kristan
b003ed3f03
PWM fan with temperature control usermod ( #2246 )
...
* PWM fan with temperature control usermod
* Fix for incorrect RPM reported.
2021-10-03 23:34:21 +02:00
cschwinne
330da137db
Fixed virtual getPixelColor() returning scaled values
2021-10-03 22:01:50 +02:00
cschwinne
9e5d45d0de
Optional custom start indices
2021-10-03 20:48:08 +02:00
Blaz Kristan
b5c15d97fa
Fix for incorrect RPM reported.
2021-10-03 14:01:05 +02:00
cschwinne
6ddcba8917
Change currentPreset to byte
...
JSON API still returns -1 for no preset
2021-10-03 13:53:37 +02:00
cschwinne
91598cbbbf
Remove Total LEDs field
2021-10-03 12:23:24 +02:00
Blaz Kristan
772c80aa85
PWM fan with temperature control usermod
2021-10-03 10:33:17 +02:00
Proto-molecule
a28345d858
Merge branch 'Aircoookie:master' into master
2021-10-02 12:33:02 -07:00
Proto-molecule
05b532b9eb
Add new Usermod ( #2244 )
2021-10-02 20:19:12 +02:00
cschwinne
0b0d18f182
Fix preset variable
2021-10-02 20:10:52 +02:00
Blaz Kristan
c1b0877956
Bus implementation.
...
Added separate DDP listener.
LED settings overhaul.
Minor fixes:
- reduced LED memory
- boot brightness fix
- reduced debug frequency
- added usermod time spent debug
- mDNS glitch fix
2021-10-02 15:07:02 +02:00
Blaz Kristan
46b66c76ef
Merge pbolduc/WLED/feature/upd-ddp-send into network-bus
2021-10-02 10:48:48 +02:00
Gregory Schmidt
d00b4335b5
Add scrolling message to seven seg um
2021-10-01 21:34:20 -08:00
Proto-molecule
7a129e6de1
Add new Usermod
2021-10-01 20:46:58 -07:00
cschwinne
17c20276a9
Make sbuff local
...
This should save 4 bytes per ESPAsyncE131 instance
2021-10-01 20:26:23 +02:00
Blaž Kristan
dc9dedf220
Fixed pin reservations. ( #2214 )
...
* Fixed pin reservations.
Added ethernet pin reservations.
Minor tweaks in usermods.
* Optional ADA compile (not default, free GPIO3 use)
* Move ethernet definitions
Remove pin 3 used check
Co-authored-by: cschwinne <dev.aircoookie@gmail.com>
2021-09-30 16:30:44 +02:00
Gregory Schmidt
3ac772badc
Add seven_seg debug build
2021-09-29 20:59:02 -08:00
Gregory Schmidt
22fc58d93b
Add seven segment overlay usermod
2021-09-29 20:01:26 -08:00
Gregory Schmidt
ccd3152b24
Add Basic Overlay support to Usermods.
2021-09-29 19:23:32 -08:00
Blaž Kristan
7d929dcde6
Merge pull request #2236 from scottrbailey/ir_bri_fix
...
Add colorUpdated call
2021-09-29 17:44:20 +02:00