Will Tatam
f240a33935
Remove platform_package override
2025-01-13 18:33:30 +00:00
Will Tatam
5bd0a26126
Remove platform_package override
2025-01-13 16:39:58 +00:00
Blaž Kristan
cc011e39ce
Bus creation bugfix
...
- speed improvements in ABL
- verbose debugging
2025-01-13 17:27:33 +01:00
Will Tatam
29ee551b06
Swap to tasmota/platform-espressif32
2025-01-13 15:38:25 +00:00
Will Tatam
5b5e4157e3
Add esp32dev_v4 env
2025-01-13 11:12:14 +00:00
Will Tatam
3c19692312
Cleanup copy-paste of platform and platform_packages - use the proper common esp32_idf_V4
2025-01-13 10:58:32 +00:00
Blaž Kristan
adead9b578
Bus wrapper modifications
...
- NeoPixelBus update 2.8.3
- automatic selection of appropriate I2S bus (`X1xxxxxxMethod`)
- removed I2S0 on ESP32 (used by AudioReactive)
- renumbered internal bus numbers (iType)
- added buffer size reporting
Bus modifications
- WWA strip support
- bus initialisation rewrite
- optional parallel I2S (ESP32, S2 & S3)
2025-01-12 15:17:22 +01:00
Will Tatam
c4e697d797
Revert "Reapply "Set build version during nightly build" - doesn't work as source"
...
This reverts commit 2aab617c2e
.
2025-01-10 17:09:25 +00:00
Will Tatam
3502a39181
Revert "Set build version during nightly build"
...
This reverts commit 4a56c92e7b
.
2025-01-10 17:09:11 +00:00
Will Tatam
4a56c92e7b
Set build version during nightly build
2025-01-10 16:59:08 +00:00
Will Tatam
2aab617c2e
Reapply "Set build version during nightly build" - doesn't work as source
...
This reverts commit 471bd83eb2
.
2025-01-10 16:56:07 +00:00
Will Tatam
471bd83eb2
Revert "Set build version during nightly build" - doesn't work as source
...
files not yet checked out
This reverts commit ec7a7f4c25
.
2025-01-10 16:53:20 +00:00
Will Tatam
ec7a7f4c25
Set build version during nightly build
2025-01-10 16:49:15 +00:00
Damian Schneider
bb0c0af189
added a delay after switching relay ( #4474 )
...
- helps to stabilize power on the LEDs before sending data
2025-01-09 22:41:45 +01:00
netmindz
709aeff9ea
Merge pull request #4435 from TripleWhy/TripleWhy/issue4425
...
palette effect overflow fix
2025-01-09 11:03:44 +00:00
netmindz
34f18122f5
Merge pull request #4295 from WouterGritter/mqtt-use-topic-buffer-len
...
FIX: "magic numbers" for MQTT topic buffer length in mqtt.cpp and button.cpp (use already defined MQTT_MAX_TOPIC_LEN)
2025-01-09 11:01:23 +00:00
netmindz
7208282431
Merge pull request #4424 from inverse/consistent-node
...
Use consistent node version for local, CI, and devcontainer setup
2025-01-09 10:58:36 +00:00
Will Miles
204e72e9eb
Merge pull request #4213 from willmmiles/static-class-to-namespace
...
Complete transition of UsermodManager and PinManager away from classes
2025-01-08 21:38:10 -05:00
Will Tatam
f626dfb7b7
Nightly release - add changelog since last release
2025-01-08 10:00:39 +00:00
Will Tatam
08b263bf4e
Nightly release - add changelog
2025-01-08 09:55:52 +00:00
Will Tatam
d0e99923fd
Nightly release - add changelog
2025-01-08 09:55:41 +00:00
Will Tatam
1750512477
Nightly release - add changelog
2025-01-08 09:50:54 +00:00
Will Tatam
5e3b4c3a11
Nightly release - swap action
2025-01-08 09:32:12 +00:00
Will Tatam
0c431d9746
Nightly release - fix release
2025-01-08 09:22:00 +00:00
Will Tatam
438c5d9909
Nightly release - fix filename
2025-01-08 09:05:28 +00:00
Will Tatam
7d29edf6f4
Nightly release - fix filename
2025-01-08 09:01:15 +00:00
Will Tatam
50d505b896
Nightly release
2025-01-08 08:50:33 +00:00
Frank
2e06f5b1e8
Merge pull request #4450 from adafruit/main
...
Add correct pin availability for ESP32 Mini modules
2025-01-06 22:33:31 +01:00
Damian Schneider
3adcbb7904
Playlist output glitchfix update: found it also happens on S3 ( #4462 )
...
* Fix output glitches when playlist changes preset update: glitches also happen on S3
2025-01-06 22:24:28 +01:00
netmindz
27e98147ef
Swap from dev to alpha for our current work in progress builds whilst working towards the next version
2025-01-05 18:49:51 +00:00
Frank
48958cc638
Merge pull request #4439 from dosipod/Upstream_PRs
...
Update readme.md for rgb-rotary-encoder usermod
2025-01-04 17:49:15 +01:00
Damian Schneider
ae4de2782a
DeepSleep usermod ( #4190 )
...
* DeepSleep Usermod
- sleep delay is now 1 by default, disabling sleep at powerup
- renamed bootup variable to powerup
- using delay counter for proper bootup
- changed power-up and bootup logic
- added fallback to always power-on at boot except at powerup
- fixed bug in settings page
2025-01-04 08:07:11 +01:00
ladyada
dcf89e0dbd
simplify logic
2025-01-03 16:37:26 -05:00
ladyada
35d92f43c0
>sigh< https://github.com/espressif/arduino-esp32/issues/10683
2025-01-02 20:54:19 -05:00
ladyada
12db60885f
try debug
2024-12-31 17:02:52 -05:00
ladyada
d637260dc3
typo fix
2024-12-31 16:42:49 -05:00
ladyada
0937064e18
fix pin availability calculations for ESP32-mini modules
2024-12-31 16:40:11 -05:00
Damian Schneider
6a1d3de75b
Fix output glitches when playlist changes preset ( #4442 )
...
same issue as with https://github.com/Aircoookie/WLED/pull/4386
waiting on bus to finish updating before file access fixes the glitches.
this issue is only present on S2 and C3, not on ESP8266 or dual-core ESPs, the fix is only applied for these two.
2024-12-30 12:58:38 +01:00
AlDIY
3fc8c7d560
Update readme.md
...
Updated the readme to use lennarthennigs/ESP Rotary@^2.1.1 as the old lib fail to compile
2024-12-29 15:46:49 +03:00
TripleWhy
56e1d577fd
palette effect overflow fix
2024-12-27 11:19:24 +01:00
Blaž Kristan
0441ede229
Fix for #4401
2024-12-25 15:18:34 +01:00
Blaž Kristan
f001846e00
Merge branch 'main' into waterfall-fix
2024-12-25 10:51:34 +01:00
Blaž Kristan
0ac627dfbb
FX: Waterfall and Matripix fix
...
- for Arc expansion
- or gaps
- or ledmaps with missing pixels
2024-12-25 10:46:14 +01:00
Malachi Soord
1a82a3bf7b
Fix devcontainer
2024-12-24 20:30:54 +00:00
Malachi Soord
a2d84886c0
Update .nvmrc
2024-12-24 13:55:10 +01:00
Malachi Soord
97e8382a41
Use consistent node version
2024-12-24 11:05:35 +01:00
Damian Schneider
88738327fd
Merge pull request #4419 from DedeHai/PWM_brightness_fix
...
BUGFIX PWM brightness discontinuity (fixes #4396 )
2024-12-23 15:24:23 +01:00
Damian Schneider
0ad65f4748
fixed CIE brightness calculation for PWM outputs
2024-12-23 14:57:22 +01:00
Frank
9dad436f72
Merge pull request #4414 from shafingazi/main
...
fixing a typo in LED Preferences
2024-12-22 11:23:16 +01:00
shafingazi
ebdc38fff2
Merge pull request #1 from shafingazi/led-typo-fix
...
fixed typo in LED Preferences
2024-12-21 21:19:35 -08:00