Will Miles
36cb1cad36
settings_um: Use live config
...
Use json/cfg for the usermod settings page. Should fix issues
with outdated content when a new firmware is loaded.
2025-03-23 15:20:16 -04:00
netmindz
8bee304e4d
Merge pull request #4577 from DevJogger/main
...
Add apple-touch-icon Link Tag
2025-03-11 22:19:38 +00:00
Blaž Kristan
2b666ab9f7
Merge branch 'master' into multifix
2025-03-08 12:59:15 +01:00
DevJogger
c9b8789ea9
Reduce apple-touch-icon image size
2025-02-28 18:47:32 +00:00
Blaž Kristan
a66f5d660d
Merge branch 'main' into unlimited-bus
2025-02-25 13:54:42 +01:00
DevJogger
d07a057f04
Add an apple touch icon for better recognition on the home screen of Apple devices
2025-02-25 01:13:22 +00:00
Blaž Kristan
dd80919ed6
Merge pull request #4429 from blazoncek/use-bssid
...
Add ability to enter desired BSSID
2025-02-19 13:46:49 +01:00
Blaž Kristan
7b13771cfe
Bugfix in settings
2025-02-19 11:42:00 +01:00
Blaž Kristan
2ffc8dd228
W Hex entry bugfix & optiisation
2025-02-19 11:36:48 +01:00
Blaž Kristan
7ce96c190f
Manual advance playlist
2025-02-19 11:34:29 +01:00
Blaž Kristan
7b56e53c47
Nested playlist
2025-02-19 11:19:59 +01:00
Blaž Kristan
f4e7202dd0
UI info
2025-02-19 11:12:12 +01:00
maxi4329
aa3fb7d165
update links to point to the new repo
2025-02-15 20:07:41 +01:00
maxi4329
7f24269511
Fix for #4153 ( #4253 )
...
* fix for #4153
* only load touch/mouse events for touch/mouse devices
* undid formating changes
* undid more formating changes
* undid all formating changes
* use pointerover and pointerout eventlisteners
2025-02-15 15:14:52 +01:00
Blaž Kristan
a0c55c6406
Merge pull request #4484 from blazoncek/parallel-I2S
...
WWA strip support & parallel I2S for S2/S3 (bumping outputs from 5/4 to 12)
2025-02-13 19:10:37 +01:00
Blaž Kristan
64a02b705a
Blending style bugfix (wrong limit)
...
SoundSim bugfix (missing options)
2025-02-04 18:42:38 +01:00
Blaž Kristan
70042db2de
Allow "unlimited" virtual buses
...
- added config upload options
- number of buses it limited to 36 (0-9+A-Z identifiers)
- WRNING web server may not support that many variables
2025-01-30 19:41:44 +01:00
Blaž Kristan
e7c0ce794b
Merge conflict fix
...
- updated blending style constants
2025-01-24 10:10:14 +01:00
Will Tatam
f2caf14d6a
Fix missing hideDMXInput and hideNoDMXInput functions
2025-01-22 20:33:15 +00:00
Blaž Kristan
24082d169b
Merge branch 'main' into parallel-I2S
2025-01-20 22:19:49 +01:00
Blaž Kristan
3debaf0f41
Merge branch 'main' into use-bssid
2025-01-20 17:46:56 +01:00
Blaž Kristan
3a426e258b
Merge branch 'main' into blending-styles
2025-01-20 11:19:43 +01:00
Blaž Kristan
7daea18907
Merge fixes & updates
...
- Segment::setName()
- S2 limits
- bus debug macros
- remove cctBlending from strip
2025-01-19 11:37:57 +01:00
Blaž Kristan
0c84235a95
Bus rework
...
- Implement vector in bus manager
- Memory calculation according to explanation from @Makuna
- Prefer 8 RMT before 8 I2S on ESP32 (fixes #4380 )
- speed improvements in ABL
- verbose debugging
- get bus size from NPB (prototype)
- Parallel I2S output bugfix
- automatic selection of appropriate I2S bus (`X1xxxxxxMethod`)
- removed I2S0 on ESP32 (used by AudioReactive)
- renumbered internal bus numbers (iType)
- added buffer size reporting
2025-01-19 10:17:33 +01:00
Will Tatam
a582786655
Port over remaining WLEDMM part of DMX Input and adapt for AC
2025-01-16 12:48:36 +00:00
Will Tatam
fc4e7a2dee
Swap DMX port to 1, persist user choice of port, validate port vs UART count
2025-01-16 12:22:32 +00:00
Will Tatam
a56014bb66
Hide DMX port as just confusing to users
2025-01-16 12:20:37 +00:00
Will Tatam
ebfc438bd4
Tweak DMX settings UI
2025-01-16 12:20:15 +00:00
Arne
84eb6fd460
Add dmx input port to configuration
2025-01-16 11:47:48 +00:00
Arne
5525a21696
rename settings
2025-01-16 11:36:24 +00:00
Blaž Kristan
a65f97ac75
Merge branch 'main' into blending-styles
2025-01-14 22:39:20 +01:00
Blaž Kristan
54264efb20
Fill SSID fix
2024-12-30 15:04:25 +01:00
Blaž Kristan
272129f66c
Add ability to enter desired BSSID
...
- add event handling (debug)
- fixes #2151
2024-12-25 15:54:50 +01:00
shafingazi
97bbe6f305
fixed typo in LED Preferences
...
Changed "poweing" to "powering" within a text block of LED Preferences.
2024-12-21 21:18:57 -08:00
Frank
36e065ab4d
Merge pull request #4336 from willmmiles/4280-limiter-not-saving
...
settings_leds: always initialize current limiter field (partly solves #4280 )
2024-12-05 13:40:14 +01:00
netmindz
a873ca6a3e
Merge pull request #4244 from MoonModules/framerate_ac015
...
Improved framerate control code - strip.show(), strip.service()
2024-12-04 07:48:19 +00:00
Will Miles
a86cb27cfe
settings_leds: Init current limiter
...
Supersedes previous approach; this should use less space and be more robust to future changes.
2024-12-03 21:48:08 +00:00
Will Miles
d620930f10
settings_leds: Remove unused variables
...
Remove a couple of leftover variables from previous revisions.
2024-12-02 21:52:41 +00:00
Will Miles
8db8ecfef3
settings_leds: Fix quotes on LA value
2024-12-02 21:50:29 +00:00
netmindz
99427c2ef7
Merge pull request #4210 from 1Prototype1/dist-cpal
...
Added Distribute Horizontally for cpal
2024-12-01 19:09:34 +00:00
netmindz
334f16c0b6
Merge pull request #4203 from maxi4329/minor-webui-enhancements
...
minor webui enhancements
2024-12-01 19:03:36 +00:00
Will Miles
8b1d712e1e
settings_leds: Initialize current limiter field
...
When adding a new bus, the numeric current limit field was not being
initialized; this was causing it to save 0 when saved instead of the
default 55mA value.
2024-12-01 13:00:37 -05:00
Frank
251062170e
Merge pull request #4324 from dosipod/0_15
...
Update settings_sec.htm [Fix the warning text and Backup presets button misalignment]
2024-11-28 12:22:46 +01:00
netmindz
945584384a
Merge pull request #4328 from blazoncek/clarify
...
Fix for #4321 - unclear use of comma operator
2024-11-27 19:31:53 +00:00
Blaž Kristan
b1dd27b516
Fix for #4321
2024-11-27 16:08:10 +01:00
AlDIY
d87c5035dd
Update settings_sec.htm
2024-11-26 19:33:22 +03:00
Woody
4d3df5d98f
Fix default/solid not being first
2024-11-16 20:12:29 +01:00
Woody
6fe2024542
move selected to the bottom in search result
2024-11-16 19:53:10 +01:00
maxi4329
7f69a0bc5e
removed obsolete code as of #4267
2024-11-16 12:37:24 +01:00
maxi4329
5b829adedb
Merge branch '0_15' of https://github.com/maxi4329/WLED into minor-webui-enhancements
2024-11-16 12:24:55 +01:00