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
Blaz Kristan
41129cf379
Sqeeze every byte
2024-02-25 17:08:01 +01:00
Will Miles
c8c394b4e9
TZ_TABLE: Add missing const
2024-02-20 18:33:18 +01:00
Will Miles
59886a1528
Move timezone table to PROGMEM
2024-02-20 18:33:09 +01:00
Frank
a28d2c869f
Merge pull request #3766 from willmmiles/tztable-progmem
...
Move timezone table to PROGMEM, saving ~200 bytes of RAM on 8266.
2024-02-20 17:09:47 +01:00
Will Miles
6f1fff44fa
TZ_TABLE: Add missing const
2024-02-19 09:48:34 -05:00
Will Miles
108978d1a5
Move timezone table to PROGMEM
2024-02-18 21:23:53 -05:00
Blaz Kristan
a4733b4d91
Move strings into flash
2024-02-18 14:25:07 +01:00
Blaz Kristan
66f4671ec0
Move strings into flash
2024-02-18 14:09:38 +01:00
Blaz Kristan
c932621b5d
string fix
2024-02-17 15:00:47 +01:00
Frank
21173dc907
Fixing a potential array bounds violation in ESPDMX
...
DMXESPSerial::write and DMXESPSerial::read could access DMXDataStore[512] - one more than the allocated number of elements (i.e. 0...511].
2024-02-17 13:05:04 +01:00
Blaz Kristan
f2c30ba3f7
Effect: modified KITT (Scanner)
...
- add delay
- add dual checkmark
- rename Fade rate to Trail (inverse)
- makes Scanner Dual obsolete
2024-02-17 12:58:04 +01:00
Blaz Kristan
989bdfb0d5
Reduce string RAM usage for ESP8266 debug builds
2024-02-17 11:33:42 +01:00
Blaz Kristan
5761dce957
JSON buffer lock error messages
...
Reduce wait time for lock to 100ms
2024-02-17 11:30:29 +01:00
Blaz Kristan
95e2e574b8
ESP-NOW packet modification
...
- include up to 5 segments in 1st packet
- header contains total number of packets (instead of segments)
web server code reorganise
2024-02-15 20:40:55 +01:00
Will Miles
c789d80ce5
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-02-14 19:37:34 -05:00
Frank
8422ffcd19
Fixing a potential array bounds violation in ESPDMX
...
DMXESPSerial::write and DMXESPSerial::read could access DMXDataStore[512] - one more than the allocated number of elements (i.e. 0...511].
2024-02-15 00:53:00 +01:00
lost-hope
2d30535b69
Fixing stairway usermod and adding buildflags
2024-02-14 09:56:57 +01:00
Blaz Kristan
aa24e5d284
Preset caching on chips with PSRAM
...
- credit @akaricchi
2024-02-13 11:12:04 +01:00
lost-hope
23aad24027
Fixing stairway usermod and adding buildflags
...
Fixing Stairway:
missing setup function
Adding builflags:
USERMOD_STAIRCASE_WIPE to install the usermod
2024-02-12 22:41:13 +01:00
Blaz Kristan
7ae5459fe7
0.14.2-b1
2024-02-12 13:29:08 +01:00
Blaz Kristan
0a8a88421e
Possible fix for #3589 & partial fix for #3605
2024-02-12 13:20:47 +01:00
Blaz Kristan
4f42a176ef
Prevent JSON buffer clear after failed lock attempt
...
(alternative to #3743 )
2024-02-11 20:12:54 +01:00
Blaz Kristan
4457067045
Multiple analog button fix for #3549
2024-02-10 11:47:40 +01:00
Blaz Kristan
e7dc2048ad
Multiple analog button fix for #3549
2024-02-10 11:45:33 +01:00
Blaz Kristan
af6094bb06
Bump
2024-02-09 22:58:11 +01:00
Blaz Kristan
500a7301f2
Fix merge error
2024-02-09 22:37:52 +01:00
Blaz Kristan
c92cef1780
Merge branch '0_15' into usermod_v2_HttpPullLightControl_0.0.5
2024-02-09 22:34:38 +01:00
Blaz Kristan
49ceac1ac7
Add "RGB2Go Tetra" Ethernet
2024-02-09 22:21:14 +01:00
Blaz Kristan
276a93605d
Multiupdate
...
- allow DMX for S2 & C3 (ESPDMX, needs testing)
- (debug) string cleanup & optimisation
- WLED_BRAND for AP SSID
2024-02-09 22:15:29 +01:00
Blaz Kristan
0150c3fe23
Undo flash string in DMX
2024-02-08 23:35:00 +01:00
Blaz Kristan
34674501c3
Remove throttling from UI
2024-02-08 19:33:08 +01:00