Commit Graph

  • 0db47a8586 Add comment warning about modification of MQTT_MAX_TOPIC_LEN Wouter Gritter 2024-11-21 09:51:13 +01:00
  • cec8978886 Fix comment alignment Wouter Gritter 2024-11-20 12:45:39 +01:00
  • 0160e3fa87 Use MQTT_MAX_TOPIC_LEN in places where it was not used before to avoid buffer overflows when value is increased Wouter Gritter 2024-11-20 12:39:39 +01:00
  • 545bfa6ef9 Merge pull request #4289 from willmmiles/exploding_fireworks_overrun Frank 2024-11-18 22:18:19 +01:00
  • c596b5a17d Bugfix Blaž Kristan 2024-11-17 14:31:23 +01:00
  • 84dd26c1b7 Some more optimisations. Blaž Kristan 2024-11-17 10:47:09 +01:00
  • a765903a41 Fix array overflow in exploding_fireworks Will Miles 2024-11-16 17:10:08 -05:00
  • 25ab381916 Merge pull request #46 from w00000dy/search-keep-mod Blaž Kristan 2024-11-16 22:54:11 +01:00
  • 4d3df5d98f Fix default/solid not being first Woody 2024-11-16 20:12:29 +01:00
  • 6fe2024542 move selected to the bottom in search result Woody 2024-11-16 19:53:10 +01:00
  • 7f69a0bc5e removed obsolete code as of #4267 maxi4329 2024-11-16 12:37:24 +01:00
  • 5b829adedb Merge branch '0_15' of https://github.com/maxi4329/WLED into minor-webui-enhancements maxi4329 2024-11-16 12:24:55 +01:00
  • 4cd4c13b2d Merge pull request #4267 from w00000dy/space netmindz 2024-11-16 07:14:34 +00:00
  • 86be5df475 xml comma bugfix + few optimisations Blaž Kristan 2024-11-15 19:03:46 +01:00
  • 8c5e0cd4e9 Keep selected FX while searching Blaž Kristan 2024-11-15 16:01:58 +01:00
  • d320c4650d HUB75 - use CHAIN_BOTTOM_LEFT_UP when panel width count and panel height count are set Will Tatam 2024-11-14 19:21:35 +00:00
  • a9b0b8adc8 Merge pull request #4229 from maxi4329/snodejsversion netmindz 2024-11-13 09:20:27 +00:00
  • ba01cb82f7 Merge pull request #4271 from Aircoookie/4269-crashes-when-using-http-api-within-mqtt Will Miles 2024-11-11 19:53:06 -05:00
  • 223b97b884 handleSet: Fix incorrect response generation Will Miles 2024-11-10 18:04:07 -05:00
  • d437027f26 Replaced single palette cases with an array to consolidate code Damian Schneider 2024-11-10 22:39:52 +01:00
  • 9a564ee204 readme.md - link to multi-strip KB page Frank 2024-11-10 14:45:55 +01:00
  • d37ee89e84 ESP8266PWM: Fix phase shift glitches Will Miles 2024-11-09 19:53:47 -05:00
  • 5de86d3d91 fix problem with spaces Woody 2024-11-09 23:55:09 +01:00
  • 4b6041302e fix #4166 Woody 2024-11-09 21:37:42 +01:00
  • 536444f9d1 fixed palette FX to more closely match original 1D version Damian Schneider 2024-11-09 16:38:18 +01:00
  • ba5ec57e4d Enumeration support. Blaž Kristan 2024-11-09 11:33:10 +01:00
  • 9fa53ccf05 Large ledmap support - add filtering support for readObjectFromFile() Blaž Kristan 2024-11-09 11:22:38 +01:00
  • 5c2bac4b9d Merge branch '0_15' into 0_15__speed_improvements Blaž Kristan 2024-11-09 10:53:27 +01:00
  • ef1e24cec2 Bugfix & code reduction - correctly clear segment spacing change - renamed Segment::setUp() to Segment::setGeometry() - removed WS2812FX::setSegment() - removed obsolete/unfunctional word clock usermod .cpp file Blaž Kristan 2024-11-09 10:42:49 +01:00
  • 001e2ad287 adjust audioreactive for the new FRAME_DELAY logic Frank 2024-11-08 19:35:42 +01:00
  • 0404ec9881 changes in response to feedback from @willmmiles Frank 2024-11-07 23:15:39 +01:00
  • 6ff5c88ebf List ESP32 first netmindz 2024-11-07 08:17:08 +00:00
  • 1e761c31bd simpler hight FPS warning Frank 2024-11-06 22:09:33 +01:00
  • ab7b2d729e use class="warn" for unlimited mode message Frank 2024-11-05 12:24:20 +01:00
  • 271a07a7d6 Merge pull request #4250 from DedeHai/FPS_calc_averaging Damian Schneider 2024-11-05 08:52:42 +01:00
  • 029293a086 simplify sheduler logic Frank 2024-11-04 20:11:10 +01:00
  • cf1630a94a 0 FPS = unlimited Frank 2024-11-04 19:49:43 +01:00
  • 4634ace74e Added define for bitshift, removed dithering Damian Schneider 2024-11-04 19:33:42 +01:00
  • 3733715184 bugfix Damian Schneider 2024-11-04 17:38:45 +01:00
  • bf37ac53a3 improved FPS calc resolution, added averaging & multiplier compileflags Damian Schneider 2024-11-04 08:10:05 +01:00
  • 50934e6840 adressing some review comments Frank 2024-11-02 18:16:51 +01:00
  • 891ea48e11 Merge remote-tracking branch 'upstream/0_15' into framerate_ac015 Frank 2024-11-02 17:56:24 +01:00
  • 70323b9477 rename delay -> frameDelay Frank 2024-11-02 17:50:30 +01:00
  • 451cd4c74a Improved framerate control in strip.show(), strip.service() Frank 2024-11-01 23:19:38 +01:00
  • 7d0951a08a Merge pull request #4243 from MoonModules/AC_0_15_S3-WROOM2 Frank 2024-11-01 22:04:21 +01:00
  • d98ca9a202 show correct flash mode in WLED_DEBUG Frank 2024-11-01 21:51:46 +01:00
  • 3c2c5bedc5 LEDPIN --> DATA_PINS Frank 2024-11-01 21:42:54 +01:00
  • 749d34cd30 pinmanager support for S3 WROOM-2 (pin 33-37 reserved for flash) Frank 2024-11-01 21:31:57 +01:00
  • 1898be2fe1 S3 WROOM-2 buildenv Frank 2024-11-01 21:13:43 +01:00
  • af34da4160 Merge pull request #4231 from Aircoookie/b7 Blaž Kristan 2024-10-30 20:59:00 +01:00
  • fa053b7e60 Update platformio_override.sample.ini ingDIY 2024-10-29 01:14:02 +01:00
  • 4588219e31 Update changelog Blaž Kristan 2024-10-28 12:42:53 +01:00
  • 6e89346f00 WLED 0.15.0-b7 release - fix for #4172 - fix for #4230 - /json/live enabled when WS disabled Blaž Kristan 2024-10-27 18:47:10 +01:00
  • 2703c9899a Bugfix in FX ripple_base() Damian Schneider 2024-10-27 15:08:25 +01:00
  • d05c358fd2 version changed to 20 maxi4329 2024-10-27 11:13:56 +01:00
  • 7c6bc5c421 indened formating maxi4329 2024-10-26 21:07:17 +02:00
  • 798c398f23 specified required nodejs ver maxi4329 2024-10-26 20:33:38 +02:00
  • 4cc2cc4ad4 Multiple fixes - increase WLED_MAX_BUSSES for C3 (fixes #4215) - fix for #4228 - fix for very long running effect (strip.now, strip.timebase) - C++ API change to allow seg.setColor().setOpacity() Blaž Kristan 2024-10-26 15:16:11 +02:00
  • dcfdca6351 cleaned up old references to USE_ALT_DISPlAY that aren't used anymore in the code/source files; fixed readme.md documents and updated instructions; removed referencies to old usermods; fixed invalid filenames; removed referencies to old usermods; checked cycle options; splitted and fixed platformio_override.sample.ini; ingDIY 2024-10-25 12:14:37 +02:00
  • 832599b8c5 Fix alexa devices invisible/uncontrollable (#4214) Svennte 2024-10-25 09:33:05 +02:00
  • c81ef2669e Merge pull request #4223 from willmmiles/f-string-hygiene Will Miles 2024-10-24 15:23:11 -04:00
  • 19d837c222 Merge pull request #4222 from Aircoookie/esp8266-oappend-fix Will Miles 2024-10-24 15:22:46 -04:00
  • 4f48ddfaec Replace SET_F with F in usermods Will Miles 2024-10-23 20:00:22 -04:00
  • 2e01fe0b5b Revert "Replace SET_F with F in usermods" Will Miles 2024-10-23 21:34:35 -04:00
  • 7d067d8c30 Replace SET_F with F in usermods Will Miles 2024-10-23 20:00:22 -04:00
  • b3b326738c Fix incorrect SET_F calls Will Miles 2024-10-23 19:58:52 -04:00
  • 2bb2caf2d2 Enable NON32XFER_HANDLER on ESP8266 Will Miles 2024-10-23 19:47:44 -04:00
  • 2a094883ad Better oappend shim on ESP8266 Will Miles 2024-09-27 22:33:20 -04:00
  • 6d1126b8aa Update audioreactive readme.md Frank 2024-10-22 16:19:46 +02:00
  • 26a47537f9 AR memory optimization - part 2 Frank 2024-10-22 15:15:14 +02:00
  • 01d43c69fb AR memory optimization - part 1 Frank 2024-10-22 14:45:32 +02:00
  • 7db1989093 fix major performance regression in ArduinoFFT Frank 2024-10-22 14:42:48 +02:00
  • 32eee3365a PinManager: Make in to namespace Will Miles 2024-10-20 10:48:31 -04:00
  • 95b4bde918 UsermodManager: Make into namespace Will Miles 2024-10-20 10:42:02 -04:00
  • 0a97e28aab bugfix: prevent preset loading from resetting other errors Frank 2024-10-19 18:43:10 +02:00
  • 4fa8a3898a Added Distribute for cpal 1Prototype1 2024-10-19 00:30:24 +05:30
  • caa997fff1 removed onkeydown tried to find a replacement for the nbsp maxi4329 2024-10-18 18:43:41 +02:00
  • bd68b977d5 minor webui enhancements maxi4329 2024-10-17 18:07:01 +02:00
  • 98a6907976 cleanup and improvement to sin_appros() Damian Schneider 2024-10-16 19:53:58 +02:00
  • e9d2182390 Re-license the WLED project from MIT to EUPL (#4194) Christian Schwinne 2024-10-16 00:07:19 +02:00
  • 5e29f2c1b7 fixed atan2_t Damian Schneider 2024-10-15 20:11:33 +02:00
  • 44e28f96e0 Fix for Octopus on ESP32 C3 Damian Schneider 2024-10-15 13:16:18 +02:00
  • a0e81da8c5 WLED 0.15.0-b6 release (#4180) Blaž Kristan 2024-10-14 20:13:59 +02:00
  • 85a7c3c60d Merge pull request #4189 from dosipod/0_15 Will Miles 2024-10-13 14:41:01 -04:00
  • 01e07ca0bc Update xml.cpp AlDIY 2024-10-13 20:34:18 +03:00
  • 1468ee5fde Merge pull request #4188 from LuisFadini/0_15_brt_timezone Frank 2024-10-13 11:01:05 +02:00
  • 49f044ecde Better fix for #4154 Blaž Kristan 2024-10-13 10:43:56 +02:00
  • 37f32ab197 Added BRT timezone Luis 2024-10-12 10:56:40 -03:00
  • de8a3666ec HUB75 - lower color depth for larger panels Will Tatam 2024-10-10 22:27:41 +01:00
  • a60231ba59 Fixed the positioning of the "Download the latest binary" button (#4184) maxi4329 2024-10-09 22:10:59 +02:00
  • c8dafede6d Merge pull request #4183 from PaoloTK/autosegment_outputs_flag Blaž Kristan 2024-10-09 22:00:12 +02:00
  • 210191b251 Fix for realtime drawing on main segment Blaž Kristan 2024-10-07 20:19:07 +02:00
  • 7deea9eb75 Minor button & rover CSS tweak. Blaž Kristan 2024-10-07 17:52:36 +02:00
  • 5e9a46d54d Fix for #4154 Blaž Kristan 2024-10-07 17:15:35 +02:00
  • be64930ebb Indentation and shadowed variable. Blaž Kristan 2024-10-07 16:50:51 +02:00
  • 488974dd3e change flag PaoloTK 2024-10-07 10:39:45 +02:00
  • 5975b9125f add autosegment outputs compile flag PaoloTK 2024-10-06 22:56:30 +02:00
  • f301296f1e added rounding to sin8_t Damian Schneider 2024-10-06 21:27:58 +02:00
  • 407477dc68 Fix for #4168 - set min value to 0 for disabled ABL Blaž Kristan 2024-10-06 15:42:58 +02:00
  • eb5ad232a0 Minor tweaks and whitespace Blaž Kristan 2024-10-05 23:31:31 +02:00