Wykres commitów

5826 Commity (cfbb7da5fb63d85c456d20e9b359c88572fc1005)

Autor SHA1 Wiadomość Data
Damian Schneider cfbb7da5fb updated to work on S3 and S2 as well 2025-07-09 08:26:49 +02:00
Damian Schneider 220f2565e2 Adding analog mic support to AR for C3, S2, S3
still needs some cleanup and testing but basically works.
2025-07-07 21:15:50 +02:00
Blaž Kristan e6716fe834 PICO-V3 detection
- requires V4 environment
2025-07-01 10:22:49 +02:00
Blaž Kristan fc0d64ec78 Fix for #4752 2025-07-01 10:17:17 +02:00
netmindz 7b0075d375
Merge pull request #4592 from netmindz/usermod-libs-matrix
Usermod libs matrix
2025-06-28 15:52:22 +01:00
Will Tatam e227d01436 Exclude pixels_dice_tray until we can limit what the CI builds, respecting the limited platforms - no bluetooth on S2 2025-06-28 15:37:24 +01:00
Will Tatam db55fec879 Merge branch 'usermod-libs-matrix' of github.com:netmindz/WLED into usermod-libs-matrix 2025-06-28 15:13:09 +01:00
Will Tatam 9099b13f69 Fix deps for Si7021_MQTT_HA 2025-06-28 15:11:40 +01:00
Will Tatam 0ba05877d7 Exclude BME68X_v2 2025-06-28 14:47:44 +01:00
Will Tatam b1ed99dfe6 Disable BME68X_v2 2025-06-28 14:47:34 +01:00
Will Tatam a2e9e2b7d1 Update buzzer to default to 21 if GPIO 32 is not defined 2025-06-28 14:45:13 +01:00
Will Tatam 5163fbf36b Merge branch 'main' into usermod-libs-matrix 2025-06-28 14:38:28 +01:00
Will Tatam b187f9427d use extreme_partitions 2025-06-28 14:03:06 +01:00
Will Tatam 7cc5c87a52 Fixing Si7021_MQTT_HA 2025-06-28 13:59:13 +01:00
Will Tatam 1c4141a2b1 Exclude PWM_fan 2025-06-28 13:44:55 +01:00
Damian Schneider cc81cc27b0
enhancement & bugfixes in scrolling text (#4742)
* enhancement & bugfixes in scrolling text

- function now evaluates full string: allows custom text plus multiple tokens in any order
- fixed evaluation order to prevent early exit(s)
- fixed day strings (argument must be weekday() )
2025-06-28 09:42:52 +02:00
Blaž Kristan 66869f8341
Merge pull request #4744 from wled/CCT-fix
CCT fix
May require some additional optimisations in the future to reduce unnecessary memory allocations (i.e. mixed CCT and non CCT buses).
2025-06-24 11:15:16 +02:00
Blaž Kristan 10d1098403
Fix comment
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-06-24 11:08:10 +02:00
Blaz Kristan a041fd1266 Fix #4747 2025-06-24 11:00:04 +02:00
Blaz Kristan e2fd1559d2 Optimise CCT buffer 2025-06-20 20:53:41 +02:00
Blaz Kristan 9dbd5f89b6 Tackle CCT issue caused by segment blending
- wled#4734
2025-06-20 20:53:24 +02:00
Blaž Kristan 0f00c95aba
Merge pull request #4700 from wled/secure-ota
Securing OTA update
2025-06-20 20:05:11 +02:00
Will Miles bbfe90d2ca
Merge pull request #4738 from willmmiles/validate-usermods-after-removal
Fix validation after removing a usermod
2025-06-20 10:04:56 -04:00
ingDIY 3f03cb4d2b
WLED_DISABLE_2D does not compile (#4736)
the compilation fails with tons of errors if you try to compile using WLED_DISABLE_2D 
"message": "enclosing class of constexpr non-static member function 'bool Segment::is2D() const' is not a literal type",
"LineNumber": 766,
2025-06-20 15:42:23 +02:00
Damian Schneider 05557ca790
Bugfix: convert cctBlend value back to "%" for UI (#4737)
* Bugfix: convert cctBlend value back to "%" for UI
2025-06-20 10:55:53 +02:00
Damian Schneider a53baa9b42
fix for https://github.com/wled/WLED/issues/4488 (#4692)
virtual strip index is added even if strip is 1D. this change fixes FX using virtual strips not working when WLED_DISABLE_2D is used.
2025-06-19 16:56:52 +02:00
netmindz 7eafc01ab9
Merge pull request #4740 from wled/dependabot/pip/urllib3-2.5.0
Bump urllib3 from 2.3.0 to 2.5.0
2025-06-19 08:19:05 +01:00
dependabot[bot] 57cc1ce5d0
Bump urllib3 from 2.3.0 to 2.5.0
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 to 2.5.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.3.0...2.5.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.5.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-19 05:04:00 +00:00
Will Miles 368351bbdd Remove nonfunctional usermod validation
Non-platform-safe usermods are filtered out before validation runs;
so this check is no longer functional.
2025-06-18 12:10:00 -04:00
Will Miles f9bfcce65d Fix disabled usermod presence validation
PlatformIO doesn't clean out the libdir when usermods are disabled, so
they still appear in the LibBuilders() set.  Ensure that we validate
only usermods that were actually deps for the build.
2025-06-18 12:08:57 -04:00
Will Miles e97723dcc7 Use existing board envs for usermod build 2025-06-17 08:26:36 +01:00
netmindz a6f5080a4f
Update usermods/platformio_override.usermods.ini
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-06-15 09:26:22 +01:00
netmindz d2d5c423b7
Merge pull request #4690 from Arcitec/ar-agc-control
AR: add compile-time flag for "Automatic Gain Control" option
2025-06-14 21:17:01 +01:00
netmindz 42bf8fb40d
Update pr-merge.yaml 2025-06-14 20:02:01 +00:00
Will Tatam b0dd9690e7 Add missing ${esp32_idf_V4.lib_deps} to usermods lib_deps 2025-06-14 20:56:17 +01:00
Will Tatam 65a79d411d Fix build_flags and lib_deps for usermods# 2025-06-14 20:52:27 +01:00
Will Miles 3a413a59ba
Merge pull request #4713 from willmmiles/parallel-i2s-ui-missing
Update crude parallel I2S detection
2025-06-14 15:25:18 -04:00
netmindz 728b1e8ad4
Merge pull request #4723 from DedeHai/Flow_Stripe_FX_fix
Fixed "Flow Stripe" FX and added palette support
2025-06-14 20:20:30 +01:00
Will Tatam 7835550f1a Merge branch 'main' into usermod-libs-matrix 2025-06-14 20:17:00 +01:00
netmindz a50b4f5e3c
Merge pull request #4731 from wled/dependabot/npm_and_yarn/brace-expansion-1.1.12
Bump brace-expansion from 1.1.11 to 1.1.12
2025-06-14 20:11:40 +01:00
netmindz 80c40f6afd
Update pr-merge.yaml
try and fix permissions issue of missing secret on PRs
2025-06-14 19:10:45 +00:00
netmindz f442d58b70
Update pr-merge.yaml 2025-06-14 19:06:49 +00:00
netmindz 201d04910a
Update pr-merge.yaml 2025-06-14 19:04:25 +00:00
dependabot[bot] 65f2ced6c2
Bump brace-expansion from 1.1.11 to 1.1.12
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-14 13:46:42 +00:00
netmindz 2a0e78c656
Merge pull request #4721 from wled/dependabot/pip/requests-2.32.4
Bump requests from 2.32.3 to 2.32.4
2025-06-14 14:45:46 +01:00
Damian Schneider 05f0630b9c
add inverse gamma 32 function and fix colors in pride (#4722)
* add inverse gamma 32 function and fix for colors in pride
2025-06-11 08:30:25 +02:00
Damian Schneider ea231cbea8 Fixed "Flow Stripe" FX and added palette support 2025-06-10 19:29:53 +02:00
dependabot[bot] 24e71cc6d5
Bump requests from 2.32.3 to 2.32.4
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 10:21:51 +00:00
Damian Schneider 00d1fcc5fb
bugfixes: grouping and missing libArchive (#4718) 2025-06-09 17:41:53 +02:00
Damian Schneider caeda96fbd
PS bugfix: do not increase saturation of palette colors (#4715)
this fix prevents palette colors being saturated more if high (but not full) saturation value is set for a particle
2025-06-08 13:03:21 +02:00