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
Blaz Kristan
a4733b4d91
Move strings into flash
2024-02-18 14:25:07 +01:00
Blaz Kristan
c932621b5d
string fix
2024-02-17 15:00:47 +01: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
Blaž Kristan
0a815179a2
Merge pull request #3758 from lost-hope/main
...
Fixing stairway usermod and adding buildflags
2024-02-14 09:45:52 +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
Blaž Kristan
3d6f25a9d3
Merge pull request #3732 from wled-install/patch-1
...
UM Audioreactive: add two compiler options
2024-02-01 17:07:00 +01:00
wled-install
917a981096
Update audio_reactive.h
2024-01-31 06:34:15 +01:00
wled-install
89f8b6060f
Update readme.md
2024-01-31 06:33:48 +01:00
wled-install
345346315a
Update readme.md
2024-01-30 22:59:29 +01:00
wled-install
f1c27e1798
Update readme.md
2024-01-30 22:56:09 +01:00
wled-install
4316024dc7
Update audio_reactive.h
2024-01-30 22:51:18 +01:00
Frank
2b0fad87d2
Merge pull request #3722 from lost-hope/main
...
Usermod Klipper Percentage: Fix for include paths (windows backslash vs. linux slash)
2024-01-26 11:41:02 +01:00
lost-hope
7afa550ba4
Usermod Klipper Percentage: fix error with slashes on non windows devices
2024-01-25 17:55:41 +01:00
Blaz Kristan
74fed5695f
Fix for #3693
2024-01-16 19:34:23 +01:00
Blaz Kristan
a4a8e2614e
Release WLED 0.14.1
2024-01-14 18:33:27 +01:00
dependabot[bot]
0597eeed6b
Bump urllib3 from 1.26.15 to 1.26.18 ( #3455 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.15 to 1.26.18.
- [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/1.26.15...1.26.18 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-14 15:58:51 +01:00
Blaž Kristan
24b60a25d5
Merge pull request #3674 from WoodyLetsCode/cpal
...
Better sorting and naming of static palettes in the Custom Palette Editor
2024-01-12 18:57:01 +01:00
Woody
27035a8e1d
Better sorting and naming of static palettes
2024-01-11 23:13:26 +01:00
Frank
a9eb7cb4fd
udp realtime - improve robustness against short packets (fix for #3672 )
...
when only two bytes were received in a packet, the "for" condition `packetsize -3` would underflow, leading to an infinite loop.
2024-01-11 18:07:23 +01:00
Blaz Kristan
a11cab0f88
Fix for #3665
2024-01-10 19:41:51 +01:00
Frank
75e857a510
npm run build
2024-01-09 11:57:34 +01:00
Frank
052bdd8eb0
fix for #3655
...
make WS2814 explicit in LED driver drop-down menu
2024-01-09 11:54:46 +01:00
Blaz Kristan
8fb5f0ef3c
Changelog update v0.14.1-b3
2024-01-06 20:34:31 +01:00
Blaž Kristan
cdc8640218
Merge pull request #3648 from willmmiles/json-response-locking
...
Expand JSON buffer lock scope to entire web reply
2024-01-06 17:16:33 +01:00
Frank
51b3d7cb4a
Merge pull request #3569 from raymondhardy/ESP32-S3-WROOM-1-N16R8
...
new buildenv for esp32s3dev_16MB_PSRAM_opi dev board (LilyGo T7-S3)
2024-01-03 22:20:01 +01:00
Frank
3baff4e675
Merge pull request #3572 from drasch/fix/esp32c3-2mb-flash-size
...
fix(esp32c3-2mb): correct flash size for c3 board with only 2MB
2024-01-03 22:18:24 +01:00
Blaž Kristan
06911e7ad0
Merge pull request #3642 from peterpociask/patch-1
...
Update README.md
2024-01-03 21:16:38 +01:00
PeterP
4e0f3e35db
Update README.md
...
Pointed link to current directions for compiling WLED
2024-01-03 15:08:02 -05:00
Blaz Kristan
4f55be4f19
Bugfix #3632
2024-01-01 23:21:22 +01:00
Blaž Kristan
e8b3c66c21
Merge pull request #3617 from imeszaros/cpal-mobile
...
Make palette editor more mobile friendly
2023-12-30 18:43:49 +01:00
Blaz Kristan
662870baf4
Changlog update, b2 release
2023-12-29 10:35:44 +01:00
Blaz Kristan
e95629f827
Remote preset cancles playlist
2023-12-27 20:14:51 +01:00
Istvan Meszaros
010c3494fd
Make palette editor mobile friendly.
2023-12-26 11:09:20 +01:00
Blaz Kristan
5ebc345e95
Possible bugfix for #3609 #3616
2023-12-25 17:47:39 +01:00
Frank
b743ca8eb1
Merge pull request #3615 from srg74/patch-2
...
Update readme.md
2023-12-24 20:51:43 +01:00
srg74
a3a5bffce4
Update readme.md
...
Fixed typo
2023-12-24 12:10:51 -05:00
Blaz Kristan
d1b80aa4d4
Beta2
2023-12-23 21:13:01 +01:00
Blaz Kristan
5f62b4a89d
Fix for #2922
2023-12-23 20:58:55 +01:00
Frank
39e0a1fb9e
Merge pull request #3612 from Aircoookie/sunset-fix
...
workaround for invalid sunrise/sunset times (#3601 )
2023-12-23 20:26:02 +01:00
Frank
72e864b013
sunrise/sunset: fix for ambiguous error value
...
sunset = 0 is a valid result, as the function result is in UTC and not local time .
Example: local time is UTC-8, local sunrise = 08:00am => getSunriseUTC() = 0.
So we cannot use "0" for "invalid". Using UINT16_MAX resolves the problem, and even allows to simplify calculateSunriseAndSunset() a bit.
2023-12-23 13:13:10 +01:00
Frank
5ab012163e
workaround for #3601
...
if case of invalid or impossible sunset/sunrise results, retry with the previous day. max 3 days back, to prevent infinite loops and far-away results.
2023-12-22 23:28:58 +01:00
Blaz Kristan
1900686bc4
Bump
2023-12-22 15:49:51 +01:00
Blaz Kristan
809a294f9d
Fix Pixel Magic button.
2023-12-22 15:43:31 +01:00
Blaz Kristan
10faaaf531
Build bump & changelog
2023-12-18 21:52:22 +01:00