Commit Graph

  • 79b3bc2573 Add mDNS support for MQTT server - fixes wled#4671 - reduce some topic string parsing - moves LWT into onConnect fix-4671 Blaž Kristan 2025-07-12 15:37:53 +02:00
  • 5c74f0fa21 Fix wled#4643 fix-4643 Blaž Kristan 2025-07-12 16:15:44 +02:00
  • e7157e542a Add mDNS resolution for network bus fix-4268 Blaz Kristan 2025-06-28 06:57:53 +02:00
  • a24420ae70 Fix #4268 Blaž Kristan 2025-06-29 22:42:33 +02:00
  • b7bfd6fc67
    Copy Segment FX (#4124) main Damian Schneider 2025-07-12 07:40:18 +02:00
  • 8bcd4550f8
    Merge pull request #4762 from willmmiles/parallel-i2s-bus-selection nightly netmindz 2025-07-10 23:48:50 +01:00
  • 9569ec7ccf bus_wrapper: Update comments to reflect RMT usage Will Miles 2025-07-09 16:28:22 -04:00
  • 1808fa776b Prevent parallel I2S use if different LED types are used. - helps with #4315 - add-on to #4762 - increases parallel I2S LED limit to 600 per bus fix-parallel-i2s-selection Blaž Kristan 2025-06-29 22:42:33 +02:00
  • 61990189de bus_wrapper: Use parallel I2S first when enabled Will Miles 2025-07-09 10:31:00 -04:00
  • c0875b36bb
    Merge pull request #4712 from willmmiles/2d-expansion-fadeout-fix Will Miles 2025-07-09 09:11:27 -04:00
  • 929a5a8d80 Fix for wled#4759 Blaž Kristan 2025-07-08 13:28:24 +02:00
  • 731f140b88
    Merge pull request #4625 from LordMike/patch-1 netmindz 2025-07-06 16:49:40 +01:00
  • d7d1e929fe Fix color conversion bug for parallel I2S output - fixes wled#4719 Blaž Kristan 2025-07-05 22:27:41 +02:00
  • 232dc044e7 Fix color conversion bug for parallel I2S output - fixes wled#4719 0_15_x Blaž Kristan 2025-07-05 22:27:41 +02:00
  • 6c3f4a7c33
    Have at least one button defined multibutton Blaž Kristan 2025-07-04 18:48:36 +02:00
  • e670b26cd0
    Remove second pin defaults Blaž Kristan 2025-07-04 18:46:54 +02:00
  • 5c0ec6750a Variable button count (up to 32) - adds ability to configure variable number of buttons during runtime - fixes #4692 Blaž Kristan 2025-07-04 13:56:45 +02:00
  • e2800d75f7
    Typo correction (#4756) quake1508 2025-07-03 20:00:53 +02:00
  • 2c1cf87e08
    Merge pull request #4499 from Christanoid/main netmindz 2025-07-03 00:30:27 +01:00
  • a25fc6e098 Cherry pick fix Blaž Kristan 2025-07-01 11:36:12 +02:00
  • 00ab1daadb Fix for #4752 Blaž Kristan 2025-07-01 10:17:17 +02:00
  • e6716fe834 PICO-V3 detection - requires V4 environment Blaž Kristan 2025-07-01 10:22:49 +02:00
  • fc0d64ec78 Fix for #4752 Blaž Kristan 2025-07-01 10:17:17 +02:00
  • 7b0075d375
    Merge pull request #4592 from netmindz/usermod-libs-matrix netmindz 2025-06-28 15:52:22 +01:00
  • e227d01436 Exclude pixels_dice_tray until we can limit what the CI builds, respecting the limited platforms - no bluetooth on S2 Will Tatam 2025-06-28 15:37:24 +01:00
  • db55fec879 Merge branch 'usermod-libs-matrix' of github.com:netmindz/WLED into usermod-libs-matrix Will Tatam 2025-06-28 15:13:09 +01:00
  • 9099b13f69 Fix deps for Si7021_MQTT_HA Will Tatam 2025-06-28 15:11:40 +01:00
  • 0ba05877d7 Exclude BME68X_v2 Will Tatam 2025-06-28 14:47:34 +01:00
  • b1ed99dfe6 Disable BME68X_v2 Will Tatam 2025-06-28 14:47:34 +01:00
  • a2e9e2b7d1 Update buzzer to default to 21 if GPIO 32 is not defined Will Tatam 2025-06-28 14:45:13 +01:00
  • 5163fbf36b Merge branch 'main' into usermod-libs-matrix Will Tatam 2025-06-28 14:38:28 +01:00
  • b187f9427d use extreme_partitions Will Tatam 2025-06-28 14:03:06 +01:00
  • 7cc5c87a52 Fixing Si7021_MQTT_HA Will Tatam 2025-06-28 13:59:13 +01:00
  • 1c4141a2b1 Exclude PWM_fan Will Tatam 2025-06-28 13:44:55 +01:00
  • cc81cc27b0
    enhancement & bugfixes in scrolling text (#4742) Damian Schneider 2025-06-28 09:42:52 +02:00
  • e2edd38de5 Hostname unification - fixes #1242 - fixes empty MQTT topic - fixes missing hostname on change #4586 unify-hostname Blaž Kristan 2025-06-11 20:58:14 +02:00
  • 6a5dcb3a76 More OTA UI tweaks aOTA Blaz Kristan 2025-06-26 15:45:22 +02:00
  • 796494e925 Tweaks in OTA UI - added OTA section toggle - added ignore upload - fix for missing "NoXXX" ID - rely on 404 for /dmxmap Blaz Kristan 2025-06-26 11:36:39 +02:00
  • 7973fd84f1 Revert disable OTA & optional Arduino OTA - new compile flag WLED_ENABLE_AOTA - modify WLED_CONNECTED macro - bugfix in Network isConnected() when static IP is set Blaz Kristan 2025-06-25 11:23:13 +02:00
  • 66869f8341
    Merge pull request #4744 from wled/CCT-fix Blaž Kristan 2025-06-24 11:15:16 +02:00
  • 10d1098403
    Fix comment Blaž Kristan 2025-06-24 11:08:10 +02:00
  • a041fd1266 Fix #4747 Blaz Kristan 2025-06-24 11:00:04 +02:00
  • e2fd1559d2 Optimise CCT buffer Blaz Kristan 2025-06-19 11:48:56 +02:00
  • 9dbd5f89b6 Tackle CCT issue caused by segment blending - wled#4734 Blaz Kristan 2025-06-18 22:16:58 +02:00
  • 0f00c95aba
    Merge pull request #4700 from wled/secure-ota Blaž Kristan 2025-06-20 20:05:11 +02:00
  • bbfe90d2ca
    Merge pull request #4738 from willmmiles/validate-usermods-after-removal Will Miles 2025-06-20 10:04:56 -04:00
  • 3f03cb4d2b
    WLED_DISABLE_2D does not compile (#4736) ingDIY 2025-06-20 15:42:23 +02:00
  • 05557ca790
    Bugfix: convert cctBlend value back to "%" for UI (#4737) Damian Schneider 2025-06-20 10:55:53 +02:00
  • a53baa9b42
    fix for https://github.com/wled/WLED/issues/4488 (#4692) Damian Schneider 2025-06-19 16:56:52 +02:00
  • 7eafc01ab9
    Merge pull request #4740 from wled/dependabot/pip/urllib3-2.5.0 netmindz 2025-06-19 08:19:05 +01:00
  • 57cc1ce5d0
    Bump urllib3 from 2.3.0 to 2.5.0 dependabot[bot] 2025-06-19 05:04:00 +00:00
  • 368351bbdd Remove nonfunctional usermod validation Will Miles 2025-06-18 12:10:00 -04:00
  • f9bfcce65d Fix disabled usermod presence validation Will Miles 2025-06-18 12:08:57 -04:00
  • e97723dcc7 Use existing board envs for usermod build Will Miles 2025-06-16 13:51:08 -04:00
  • a6f5080a4f
    Update usermods/platformio_override.usermods.ini netmindz 2025-06-15 09:26:22 +01:00
  • d2d5c423b7
    Merge pull request #4690 from Arcitec/ar-agc-control netmindz 2025-06-14 21:17:01 +01:00
  • 42bf8fb40d
    Update pr-merge.yaml netmindz 2025-06-14 20:02:01 +00:00
  • b0dd9690e7 Add missing ${esp32_idf_V4.lib_deps} to usermods lib_deps Will Tatam 2025-06-14 20:56:11 +01:00
  • 65a79d411d Fix build_flags and lib_deps for usermods# Will Tatam 2025-06-14 20:52:27 +01:00
  • 3a413a59ba
    Merge pull request #4713 from willmmiles/parallel-i2s-ui-missing Will Miles 2025-06-14 15:25:18 -04:00
  • 16a88775c3 Revert changes to blur() Will Miles 2025-06-14 15:21:12 -04:00
  • 728b1e8ad4
    Merge pull request #4723 from DedeHai/Flow_Stripe_FX_fix netmindz 2025-06-14 20:20:30 +01:00
  • 7835550f1a Merge branch 'main' into usermod-libs-matrix Will Tatam 2025-06-14 20:17:00 +01:00
  • a50b4f5e3c
    Merge pull request #4731 from wled/dependabot/npm_and_yarn/brace-expansion-1.1.12 netmindz 2025-06-14 20:11:40 +01:00
  • 80c40f6afd
    Update pr-merge.yaml netmindz 2025-06-14 19:10:45 +00:00
  • f442d58b70
    Update pr-merge.yaml netmindz 2025-06-14 19:06:49 +00:00
  • 201d04910a
    Update pr-merge.yaml netmindz 2025-06-14 19:04:25 +00:00
  • 65f2ced6c2
    Bump brace-expansion from 1.1.11 to 1.1.12 dependabot[bot] 2025-06-14 13:46:42 +00:00
  • 2a0e78c656
    Merge pull request #4721 from wled/dependabot/pip/requests-2.32.4 netmindz 2025-06-14 14:45:46 +01:00
  • 05f0630b9c
    add inverse gamma 32 function and fix colors in pride (#4722) Damian Schneider 2025-06-11 08:30:25 +02:00
  • ea231cbea8 Fixed "Flow Stripe" FX and added palette support Damian Schneider 2025-06-10 19:29:53 +02:00
  • 24e71cc6d5
    Bump requests from 2.32.3 to 2.32.4 dependabot[bot] 2025-06-10 10:21:51 +00:00
  • 94f226aadf Fix additional mapping expansion locations Will Miles 2025-06-09 12:15:36 -04:00
  • 00d1fcc5fb
    bugfixes: grouping and missing libArchive (#4718) Damian Schneider 2025-06-09 17:41:53 +02:00
  • caeda96fbd
    PS bugfix: do not increase saturation of palette colors (#4715) Damian Schneider 2025-06-08 13:03:21 +02:00
  • 9805ae59d5
    PS Fire: added sparks for better looks (#4714) Damian Schneider 2025-06-08 13:02:44 +02:00
  • 00eb4068b0
    add pre-applied gamma to c3g & fastled palettes to match original look (#4711) Damian Schneider 2025-06-08 13:01:52 +02:00
  • fc7d4dfcb0
    Added new "effect usermod" mryndzionek 2025-06-08 10:52:58 +02:00
  • ab28b6d58f Update crude parallel I2S detection Will Miles 2025-06-07 11:08:11 -04:00
  • 4abaf13598 Fix Segment::fade_out for 2d expansion Will Miles 2025-06-07 11:08:11 -04:00
  • 8b65d873b3
    fix particle brightness distribution with new gamma correction (#4710) Damian Schneider 2025-06-07 13:15:45 +02:00
  • a87b562bc2
    update to distortionwave FX (#4693) Damian Schneider 2025-06-06 17:05:16 +02:00
  • 23a51e0982
    Merge pull request #4658 from wled/layers Blaž Kristan 2025-06-01 12:28:11 +02:00
  • 2f31ff047d Fix missing "adPal" ID Blaž Kristan 2025-05-29 14:15:37 +02:00
  • 4a3af814bf
    Merge pull request #4669 from willmmiles/4597-usermods-not-building Will Miles 2025-05-26 22:41:45 -04:00
  • db22936153
    Merge pull request #4698 from zuckschwerdt/fix-initmqtttwice netmindz 2025-05-26 20:42:02 +00:00
  • a147f4120c Compile fix Blaž Kristan 2025-05-26 18:19:20 +02:00
  • dcd3e07273 Securing OTA update - prevent settings change if not using private IP address or same subnet - prevent OTA from differnet subnet if PIN is not set - ability to revert firmware Blaž Kristan 2025-05-26 18:00:45 +02:00
  • f26733cd8c
    Merge pull request #4697 from zuckschwerdt/fix-mqttlwtonce netmindz 2025-05-26 12:00:15 +00:00
  • f3623158d7 Usermod script cleanup Will Miles 2025-05-25 08:33:27 -04:00
  • e80a7c6b75 usermod_v2_HttpPullLightControl: Add usermod object Will Miles 2025-05-24 23:15:36 -04:00
  • 309c8d67f3 Generalize module link validation Will Miles 2025-05-24 23:14:22 -04:00
  • 75c95d88e2 usermods/*/setup_deps.py: Check lib_deps for deps Will Miles 2025-05-24 22:18:22 -04:00
  • 0a7d3a9d9b load_usermods: Simplify load code Will Miles 2025-05-24 22:16:01 -04:00
  • aa28769e71
    Merge pull request #4652 from wled/disable-ota Blaž Kristan 2025-05-24 21:27:08 +02:00
  • 75cd411073 Improve all-usermod handling Will Miles 2025-05-24 14:13:08 -04:00
  • 792a7aa081 load_usermods: Resolve folder paths Will Miles 2025-05-22 09:13:54 -04:00
  • 7ea510e75b validate_usermods: Improve message Will Miles 2025-05-22 08:44:05 -04:00
  • 242df4b049 validate_usermods: Fix old ESP32 platform Will Miles 2025-05-22 08:43:52 -04:00
  • 358e38e056 validate_usermods: Ensure map file is created Will Miles 2025-05-22 08:41:59 -04:00