Commit Graph

  • 476ac263fb Merge pull request #2227 from blazoncek/master Blaž Kristan 2021-09-24 16:07:01 +02:00
  • 51a4f61a8f Add "on":true to playlist JSON Blaž Kristan 2021-09-24 12:20:20 +02:00
  • 7d05236514 Add "on":true to playlist JSON. Blaž Kristan 2021-09-24 12:15:03 +02:00
  • 465b43be6a Added paypal.me Blaž Kristan 2021-09-24 06:56:54 +02:00
  • 006edacd55 Virtual WLED spanning multiple instances. - added BusNetwork class to BusManager - added DDP realtime data broadcast Added SW= option to HTTP API. Fixed z-index on nodes list. Blaz Kristan 2021-09-23 21:44:24 +02:00
  • a9666a9f6e Merge branch 'virtual-bus' into dev Blaz Kristan 2021-09-23 21:16:59 +02:00
  • 7de492caa7 Compiling for ESP8266. Blaz Kristan 2021-09-23 21:13:44 +02:00
  • 93ee4716cc Wled math bugfix. Blaz Kristan 2021-09-23 20:45:53 +02:00
  • 267f5159a3 Wled math bugfix. Blaz Kristan 2021-09-23 20:38:50 +02:00
  • 8a60d4cf2f Upgrade platforms. Wled math fix. Blaz Kristan 2021-09-23 20:33:44 +02:00
  • 6489444158 Additional fix. Blaž Kristan 2021-09-23 06:55:08 +02:00
  • 59a66a3ea5 Buffer filling bugfix. Blaž Kristan 2021-09-23 06:52:48 +02:00
  • e17550e23e Debug cleanup. Minor tweks. Blaz Kristan 2021-09-22 21:52:06 +02:00
  • 0f8d6daf99 Bus creation bugfix. Removed debug code. Blaz Kristan 2021-09-22 19:13:52 +02:00
  • 08925a72c6 Renamed BusVirtual to BusNetwork - added options for E1.31 and ArtNet - added check for initialised network Blaž Kristan 2021-09-22 13:20:36 +02:00
  • 1101299168 Fixing conflict merge. Blaž Kristan 2021-09-22 07:09:01 +02:00
  • 22be8e2e9d Merge branch 'dev' into virtual-bus Blaž Kristan 2021-09-22 07:06:18 +02:00
  • 6db2240f8a Merge branch 'master' into dev (mostly ignored index.js) Blaž Kristan 2021-09-22 06:58:49 +02:00
  • 96422de031 0.13.0-b3 cschwinne 2021-09-21 23:37:35 +02:00
  • 54eac18eea Bugfixes for saving and loading IP address. Debug info for UDP. Blaz Kristan 2021-09-21 22:18:55 +02:00
  • f2043dc181 Merge pull request #2219 from blazoncek/analog-invert Blaž Kristan 2021-09-21 12:19:15 +02:00
  • e416ec9279 Removed dev types. Blaž Kristan 2021-09-21 12:05:28 +02:00
  • 5eb4ffb1cc Fix for missing inverted analog. Blaž Kristan 2021-09-21 11:59:23 +02:00
  • 284e748449 Merge remote-tracking branch 'pbolduc/feature/upd-ddp-send' into virtual-bus Blaž Kristan 2021-09-21 07:29:26 +02:00
  • 3111718eb1 Fix for pin conflicts on save. Blaž Kristan 2021-09-21 06:25:36 +02:00
  • fd8d17c5e5 Removed local buffer as WiFiUDP loops over input array anyways Phil Bolduc 2021-09-20 20:47:48 -07:00
  • 109bb62209 fix corrupt heap when writing upd Phil Bolduc 2021-09-20 19:01:54 -07:00
  • cc661b26fa fix spelling error, be smarter how we write data to udp Phil Bolduc 2021-09-20 16:57:54 -07:00
  • ea69957ed1 Fix spelling error Phil Bolduc 2021-09-20 15:53:20 -07:00
  • 700f641e29 Change signature of realtimeBoroadcast to match blazoncek Phil Bolduc 2021-09-20 15:51:12 -07:00
  • 83f4eeb3b5 Add support for RGB and RGBW, fix bug where not enough data written Phil Bolduc 2021-09-20 15:21:19 -07:00
  • d1f4cdebf3 Move new ddp/udp functions into udp.cpp Phil Bolduc 2021-09-20 15:04:16 -07:00
  • d95ba43fd1 Virtual bus implementation. Base for virtual WLED set-up (multiple instances acting as one). UDP broadcast not yet implemented. Blaz Kristan 2021-09-20 22:24:58 +02:00
  • 8fae964ee8 Allocate segment data based on currently active segments (#2217) Christian Schwinne 2021-09-20 21:22:50 +02:00
  • baf49b88f4 Semi-working segment on/off transition cschwinne 2021-09-20 21:22:04 +02:00
  • 7dc07f6d21 Change parameter order for better stack alignment Phil Bolduc 2021-09-19 15:30:17 -07:00
  • 6472d35d91 optimze copyRgbwToRgb, do not copy too much data into buffer Phil Bolduc 2021-09-19 15:20:06 -07:00
  • 95c87919a8 return ok status code and free buffer Phil Bolduc 2021-09-19 12:11:57 -07:00
  • 077b4d5c89 Add initial DDP UDP output Phil Bolduc 2021-09-19 12:08:05 -07:00
  • 3577da05ac Avoid redundant localIP calls, each call takes 0.700 us on ESP32 240Mhz (#2206) Phil Bolduc 2021-09-19 10:51:54 -07:00
  • b8e8028eb9 Merge pull request #2184 from Aircoookie/fx-mods Christian Schwinne 2021-09-19 15:16:23 +02:00
  • a2105de402 Nesting bug fix. Blaz Kristan 2021-09-19 14:56:14 +02:00
  • d049e0a149 Fix for missing inverse for analog bus. Fix for usermod pin settings not being accounted for. Blaz Kristan 2021-09-19 14:28:27 +02:00
  • 7463be862f Merge branch 'master' into dev Blaz Kristan 2021-09-18 22:43:26 +02:00
  • a899666e68 Merge branch 'master' of https://github.com/protoplasma-mx/WLED Gabriel 2021-09-18 09:04:54 -05:00
  • 10a52f8cf9 Updated cdata.js so generated files point to knoWLEDge Gabriel 2021-09-18 09:02:37 -05:00
  • bc6652f443 Segment names fixes. Minor UI changes: - new font - removed transition Blaz Kristan 2021-09-18 13:15:19 +02:00
  • 72d04a0120 Updated reference to docs on readme to knoWLEDge Gabriel 2021-09-18 00:23:51 -05:00
  • 6dbed30008 Updated Web UI dev docs reference Gabriel 2021-09-18 00:03:59 -05:00
  • c5eac298e6 Do not delete name if segment bounds are unchanged cschwinne 2021-09-18 01:20:17 +02:00
  • bc18eda336 Segment name UI changes cschwinne 2021-09-18 00:31:39 +02:00
  • 3cefb14297 Merge pull request #2195 from scottrbailey/sp511 Blaž Kristan 2021-09-16 08:53:47 +02:00
  • 4bc401278e add env for sp511 Scott Bailey 2021-09-15 18:44:09 -07:00
  • 56167f84ad Added I2C clock frequency parameter for 4LD. Blaz Kristan 2021-09-15 23:51:49 +02:00
  • d7e3765efe Fix segment creation cschwinne 2021-09-14 23:35:04 +02:00
  • 3d51d1e345 Merge pull request #2175 from henrygab/revert_pr1902 Christian Schwinne 2021-09-14 00:29:59 +02:00
  • db4ecce20b Reduced values of parameters for 8266: - max segments to 16 - effect buffer to 3.5k - max number of LEDs to 1200 Blaz Kristan 2021-09-12 13:31:47 +02:00
  • 95518f1948 Fix for incorrect memory de-allocation. Blaz Kristan 2021-09-12 12:33:23 +02:00
  • bd23942893 Fixed IR JSON cmd string (closes #2187 ) cschwinne 2021-09-12 01:37:41 +02:00
  • c8610b8ad2 Small improvements to segment names cschwinne 2021-09-12 01:15:51 +02:00
  • d0440122b9 Bugfix for AutoSave & 4LD. Blaz Kristan 2021-09-12 01:08:19 +02:00
  • d4beb2f79b Merge branch 'master' into dev Excluded modifications to ir.cpp Changed default segment creation logic. Blaz Kristan 2021-09-12 01:00:54 +02:00
  • 9be995bb08 4LD & AutoSave usermod fixes. Debugging usermod time. Blaz Kristan 2021-09-11 23:32:36 +02:00
  • 8d4636bbab Merge pull request #2170 from scottrbailey/error-12-fix Christian Schwinne 2021-09-11 14:32:06 +02:00
  • f59c6e7a7c Replace wiki link in readme to knoWLEDge cschwinne 2021-09-11 11:18:39 +02:00
  • c24ab1b21d Auto create segments setting (#2183) Christian Schwinne 2021-09-11 01:17:42 +02:00
  • 6a01658355 Use pbolduc fork of AsyncTCP cschwinne 2021-09-09 17:50:59 +02:00
  • f1e2439e66 Slight IR JSON simplefication cschwinne 2021-09-09 12:05:02 +02:00
  • c1d47290b1 police_base optimisations. Blaz Kristan 2021-09-08 23:26:41 +02:00
  • 4d6116ed40 Minor usermod optimisations. Blaz Kristan 2021-09-08 23:25:05 +02:00
  • 4d89ed701d FX optimisations. Added segment names. Blaz Kristan 2021-09-08 23:10:54 +02:00
  • 18ba394901 Changed behaviour of effects. - Police (col1 for bg) - Two areas (changable width, col1 for bg) - Two dots (changable width) Blaž Kristan 2021-09-08 07:54:40 +02:00
  • 3a83753611 Rewritten police_base effect. Optimisation in 4LD. Blaz Kristan 2021-09-07 22:59:31 +02:00
  • e80594d61d Bugfix (sclPin, sdaPin). Removed unnecessary static_cast. Blaz Kristan 2021-09-07 17:03:46 +02:00
  • c436b586d2 Merge branch 'master' into dev Blaž Kristan 2021-09-06 13:36:26 +02:00
  • 83c6f72eb0 Fix segment runtime not reset on FX change via HTTP API cschwinne 2021-09-05 01:28:00 +02:00
  • e26299b998 Revert some small syntactical changes cschwinne 2021-09-05 00:39:47 +02:00
  • f84e2c2ac7 Debug conditional compile in pin manager. Blaz Kristan 2021-09-04 16:45:08 +02:00
  • 4e8c94fd2d Fix for unknown IR codes in IR JSON. Fix for T=2 not updating lights in IR JSON. Correct handling of missing ir.json file. Blaz Kristan 2021-09-03 22:00:47 +02:00
  • 8f3fd37d47 Updated fallback random FX limit. Blaž Kristan 2021-09-03 10:10:47 +02:00
  • a839809eb8 change random mode choice on presetFallback Scott Bailey 2021-09-03 00:14:07 -07:00
  • 7960e9b309 Bugfix for missing IR.json error code. Blaž Kristan 2021-09-03 08:25:18 +02:00
  • 88ceba59cf Fix error 12 issues Scott Bailey 2021-09-02 22:56:49 -07:00
  • f368bbec32 added MQTT support, Battery voltage to Info, circuit diagram to readme, minor fixes itCarl 2021-09-02 15:41:19 +02:00
  • 021c4ba68a Revert changes from PR1902 Henry Gabryjelski 2021-08-29 11:49:06 -07:00
  • 4875544888 Enhanced ST7789 display usermod. Blaz Kristan 2021-08-28 21:59:52 +02:00
  • 849bdc52f6 Ethernet modifications. Added fixed Ethernet pins to cfg.json and settings page Blaz Kristan 2021-08-27 19:48:55 +02:00
  • 54f4658dae Added JSON API over serial support (#2156) Christian Schwinne 2021-08-26 11:04:27 +02:00
  • 63bb05b2d4 Fix compile for ethernet. Blaž Kristan 2021-08-26 09:32:06 +02:00
  • 916ad0a58e Merge branch 'master' into dev Blaž Kristan 2021-08-26 09:09:41 +02:00
  • dbc67e077d Merge pull request #2134 from scottrbailey/sr_palettes Blaž Kristan 2021-08-26 06:52:56 +02:00
  • 15055fa509 Add network debug printer Shaheen Gandhi 2021-08-24 22:12:03 -07:00
  • 8ee704e123 Added toast confirmation for clearing LS. Blaz Kristan 2021-08-25 22:37:16 +02:00
  • 0d552cd880 Button rewrite. Buttons >0 behave differently than 0. Blaz Kristan 2021-08-25 21:24:56 +02:00
  • e968917dbc rename palette arrays Scott Bailey 2021-08-25 10:16:30 -07:00
  • d8240bb683 Changing some palette names Scott Bailey 2021-08-25 09:17:03 -07:00
  • b481c13829 Sync groups (#2150) Blaž Kristan 2021-08-25 16:39:12 +02:00
  • 60ce5c67de Merge branch 'sync-groups' into dev Blaž Kristan 2021-08-25 06:26:50 +02:00
  • 421f932053 Send sync group options as bytes, parse in JS cschwinne 2021-08-25 00:36:31 +02:00
  • 542d6361f2 Make packets with version < 9 group 1 cschwinne 2021-08-24 23:59:09 +02:00