muebau
f1635fa302
Merge branch '0_15' into tetris-ai
2024-03-18 13:21:35 +01:00
Will Miles
6de617ecd5
getSettingsJS: Fix missing DISABLE_INFRARED guard
2024-03-17 16:28:09 -04:00
Blaz Kristan
7c8df97968
Merge branch 'main' into 0_15
2024-03-17 12:21:35 +01:00
Blaz Kristan
acf6736afd
WLED 0.14.2 release
2024-03-17 11:52:09 +01:00
Will Miles
5f2480c3d9
serveLiveLeds: Use dynamic buffer
...
There were three problems here:
- AsyncWebServer is going to copy to a heap buffer anyways, so we might
as well just pass it one it can use
- The buffer size estimate was wrong -- we need 9 bytes per pixel
("RRGGBB",), so the buffer could overflow, and it was not
considering the extra 2D requirements
- On ESP8266, the stack allocation was overflowing the stack, causing
corruption and crashes.
2024-03-16 12:16:36 -04:00
Will Miles
0593a078c6
handleFileRead: Leverage AWS code
...
No need to filter or look up content type, just pitch it over the wall.
Also fixes .gz'd content processing.
2024-03-16 12:12:48 -04:00
Will Miles
323c70dcdf
Update for new AsyncWebSocketBuffer
...
Eliminate the extra indirection and allocate shared buffers directly.
2024-03-16 12:12:48 -04:00
Will Miles
a1b0f84444
Pass PROGMEM type to server.on()
...
Rather than relying on the exception handler, indicate the
__FlashStringHelper type so the correct String constructor is
used.
2024-03-16 12:12:48 -04:00
Will Miles
df6c271830
Use web server ContentType symbols
...
These were mostly PROGMEM already, but every little bit helps.
2024-03-16 12:12:48 -04:00
Blaz Kristan
52a1b0453c
MQTT cleanup & reduction
2024-03-16 15:26:52 +01:00
Blaz Kristan
0dcb56eab5
Modify Bus & BusManager to accommodate digital CCT
...
- additional fix in hasWhite() & setCCT() & hasCCT()
2024-03-16 12:36:05 +01:00
Blaž Kristan
505768db04
Some fixes & implement recommendation from @Aircoookie
...
https://github.com/Aircoookie/WLED/pull/3298#issuecomment-1651910418
2024-03-13 20:44:34 +11:00
Robert
c74db95c14
Add FW1906 support
2024-03-13 20:44:33 +11:00
Robert
af3f27feae
Move CTT calculation from BusPwm to Bus class.
...
This enable it to other bus types.
2024-03-13 20:26:58 +11:00
Blaz Kristan
7b366d49d2
Effect: 2D Drift gets original twin option
2024-03-12 21:23:09 +01:00
BaptisteHudyma
05c0febd04
fix the 2d drift animation
2024-03-12 12:01:25 +01:00
Blaz Kristan
0398ec40b7
Merge branch 'main' into v0142-beta2
2024-03-11 23:00:17 +01:00
Blaz Kristan
a4384bd340
Simpler boot preset save
...
- fixes #3806
2024-03-11 17:59:13 +01:00
Christian Schwinne
68e5e74882
Fix expanded preset low width
...
Fix spaces missing in HTML somehow
Update copyright year
2024-03-10 21:52:54 +01:00
Damian Schneider
0637c1c9d4
bugfixes
...
-added minimum threshold, had some crashes when setting threshold to zero before
-moved interrupt detach to GPIO deallocation where it belongs
-added check for touchbutton before detaching interrupt
-moved thochThreshold readout up so it gets updated before passing it to the system call
2024-03-10 19:44:27 +01:00
Damian Schneider
0453a5fb3d
added interrupt detach to cfg.cpp
2024-03-10 16:54:25 +01:00
Christian Schwinne
51b9e81c3d
Fix missing spaces in info page
2024-03-09 21:48:48 +01:00
Christian Schwinne
7e17011ebc
Revert "Merge branch 'gif' into 0_15"
...
This reverts commit cb5eb9edc7f5a9a316c9f5c9f5b35c846aa51fd1, reversing
changes made to da5c12f46609ededa7d536b4c90f7519e6eee8fa.
2024-03-09 20:00:41 +01:00
Carlos Cruz
ab13db73e7
Added files to usermod directory and changes to platform.ini to support Adafruit MAX17048 module. ( #2 )
...
Co-authored-by: Azots <78281612+Azots@users.noreply.github.com>
2024-03-09 13:06:30 -05:00
Christian Schwinne
cb5eb9edc7
Merge branch 'gif' into 0_15
2024-03-09 18:23:59 +01:00
Damian Schneider
509675fe66
added touch interrupt activation to set.cpp for S2/S3
2024-03-09 16:03:01 +01:00
Blaz Kristan
da5c12f466
Segment UI bugfix.
2024-03-09 12:37:35 +01:00
Blaz Kristan
f2ad10bbce
Limit max frequency to 64k
2024-03-08 18:11:40 +01:00
Blaz Kristan
99a7bece2e
Build bump & changlog update
2024-03-07 21:43:41 +01:00
Blaz Kristan
c0beb621e2
Better low brightness level PWM handling
...
Additional string optimisation
2024-03-07 20:21:56 +01:00
Blaz Kristan
da6d64e581
Multiple fixes
...
- compile time button configuration #3792
- remove IR config if not compiled
- additional string optimisations
2024-03-05 16:27:28 +01:00
Woody
2a480ab7db
Revert "fix preset sorting reordering bug"
...
This reverts commit f25fadafd8489e85541d9b89dac70deddf094b81.
2024-03-05 11:30:11 +01:00
Damian Schneider
5c09ee29db
removed notes
2024-03-04 14:42:50 +01:00
Damian Schneider
15526bd6e8
some tuning for touch buttons on S2/S3
...
now better fits the default threshold value of 32
2024-03-04 14:38:51 +01:00
Damian Schneider
c8f48168b4
fixed touch buttons for ESP32 S2 and S3
...
touch is implemented differently on S2 and S3, these changes make touch buttons work on S2 and S3
2024-03-04 14:38:37 +01:00
Woody
66f14c6343
restore default preset sorting if no search term is entered
2024-03-03 15:58:30 +01:00
Woody
f25fadafd8
fix preset sorting reordering bug
2024-03-03 15:16:10 +01:00
Will Miles
d9b0df94e2
LockedJsonResponse: Release early if possible
...
Release the json buffer lock as soon as we've finished serializing.
This should slightly reduce the number of lock collisions as the
response class isn't destructed until after the last packet is ack'd.
2024-03-03 10:58:40 +01:00
Woody
200d11ca99
Revert "Fix preset sorting"
...
This reverts commit 00038453e1fd15c8b8a3063badb8e00577737375.
2024-03-02 21:56:25 +01:00
Blaž Kristan
f8c48ef60a
Merge pull request #3760 from willmmiles/json-response-early-unlock
...
LockedJsonResponse: Release early if possible
2024-03-02 14:29:34 +01:00
Blaz Kristan
1fc0680c71
160MHz clock & alternate AWS
2024-03-02 14:12:57 +01:00
Blaž Kristan
ec4afb2cbc
Merge pull request #3616 from demophoon/dmx-segment-options-expanded
...
Add additional segment options when controlling over e1.31
2024-03-01 16:28:19 +01:00
Blaz Kristan
a2a632c415
Variable PWM duty cycle resolution
2024-03-01 14:36:17 +01:00
Blaz Kristan
962e64106c
A few more PROGMEM optimisations
2024-03-01 14:36:07 +01:00
shammy642
0d1a254ca8
Changed values to 89
2024-02-29 12:47:45 +00:00
shammy642
fdbcb61a12
Rebased to 0.15
2024-02-29 08:27:11 +00:00
Blaz Kristan
6435cb1466
Fix for missing string in OTA
2024-02-28 20:25:59 +01:00
Blaz Kristan
4739cfab9a
JS ABL optimisation
2024-02-28 18:14:42 +01:00
Blaz Kristan
00a73e9cc8
ABL display bugfix
2024-02-27 21:21:53 +01:00
Blaz Kristan
0ff5dec004
Reposition upload warning message.
...
Fixes #3778
2024-02-27 15:59:41 +01:00