Will Tatam
74da71995c
Hide DMX port as just confusing to users
2024-01-17 18:03:16 +00:00
Will Tatam
bc8feed852
Tweak DMX settings UI
2024-01-16 20:13:52 +00:00
Will Tatam
6ffbb40cf9
HTML updates
2024-01-16 18:33:24 +00:00
Frank
ae059cf229
running gag
...
SETTINGS_STACK_BUF_SIZE was too small (again).
2024-01-16 16:10:59 +01:00
netmindz
42109fe606
Merge branch 'mdev' into dmx_input
2024-01-16 13:27:42 +00:00
Frank
b1fa62cef6
npm run build
2024-01-15 15:59:17 +01:00
Blaz Kristan
854425eb9c
Fix for #3672
2024-01-15 15:37:21 +01:00
Blaž Kristan
d0e36bdeef
Merge pull request #3674 from WoodyLetsCode/cpal
...
Better sorting and naming of static palettes in the Custom Palette Editor
2024-01-15 15:34:52 +01:00
Will Tatam
907bc0d05d
ESP32 build
2024-01-14 14:19:57 +00:00
Will Tatam
7fa2fe3969
Panel size selection
2024-01-13 21:04:38 +00:00
Will Tatam
260159a6ca
Cleanup and rename to generic Hub75 rather than SmartMatrix
2024-01-13 20:57:45 +00:00
Will Tatam
f5ccd6dde7
Add config for MatrixPortal_S3
2024-01-13 20:45:53 +00:00
Will Tatam
b2972adbf3
Settings UI update
2024-01-13 20:44:19 +00:00
Will Tatam
41eb48b84c
Update LED type ID
2024-01-13 20:44:19 +00:00
Will Tatam
31edc73380
Tweaks
2024-01-13 18:52:34 +00:00
Will Tatam
83e51b47cd
Tweaks
2024-01-13 16:39:08 +00:00
Will Tatam
308812875b
Start testing output on Adafruit Matrix Portal S3
2024-01-12 23:26:42 +00:00
Frank
f7df60932a
npm run build
...
regenerate UI files
2024-01-10 21:25:09 +01:00
Blaz Kristan
ed844677cb
Fix for #3665
2024-01-10 21:17:57 +01:00
Frank
e8a3b5f442
fix for #3655
...
make WS2814 explicit in LED driver drop-down menu
2024-01-10 21:17:57 +01:00
Blaž Kristan
3b6100a057
Merge pull request #3648 from willmmiles/json-response-locking
...
Expand JSON buffer lock scope to entire web reply
2024-01-08 11:54:58 +01:00
Frank
e33bcb822e
USB CDC: avoid hung devices when USB host is not connected
...
see https://github.com/espressif/arduino-esp32/issues/9043
"
The S3, C3, C6 and H2 that have HW CDC JTAG USB port may cause a delay when using HWCDC in Serial by activating CDC on Boot and selecting the USB Mode for Hardware CDC and JTAG. This happens when no USB application in USB Host side is started to receive the data sent by the ESP32xx.
The USB CDC buffer gets full and the Arduino HW CDC layer will timeout, by default 100ms, until give up trying to send the CDC data.
As a workaround, it is necessary to use HWCDC::setTxTimeoutMs(timeout_ms) and set it to zero.
"
2024-01-04 16:03:46 +01:00
Frank
889e27fed5
npm run build
2024-01-03 17:14:12 +01:00
Frank
8a4792b4c4
version bump 0.14.0-b29.35
...
release prep
2024-01-03 17:10:08 +01:00
Frank
42c3243136
effect metadata
2024-01-03 17:01:44 +01:00
Frank
2265af57c9
pin info for PICO boards (cosmetic)
...
pico boards don't have PSRAM, but they reserve 16+17 for embedded flash
2024-01-02 19:49:41 +01:00
Frank
b6a7474efb
npm run build
2024-01-02 17:55:08 +01:00
Blaz Kristan
aa9e8bbe4d
Bugfix #3632
2024-01-02 17:31:55 +01:00
Blaž Kristan
620075fc02
Merge pull request #3617 from imeszaros/cpal-mobile
...
Make palette editor more mobile friendly
2024-01-02 17:26:34 +01:00
Frank
01c187f8aa
bugfix for #104
...
this avoids heap corruption, by double-checking that "use global leds" is not configured, before trying to free ledsrgb[].
It is still a mystery why Segment::_globalLeds == nullptr.
2024-01-02 15:52:00 +01:00
Frank
f699a56220
tiny correction
2023-12-31 12:03:08 +01:00
Frank
8e996b0b46
parameter tuning
2023-12-31 01:21:57 +01:00
Frank
4b89016c2d
audio-enhanced standard effects
...
backported from WLED-SR
2023-12-31 00:01:29 +01:00
Frank
03a909ac8a
esp32_4MB_XL was over the limits (flash usage)
...
still only 256 bytes left for program
2023-12-29 22:53:26 +01:00
Frank
80a9736d0d
print WLED error codes to serial + netdebug
...
These errors were shown in UI only, but missing in debug output.
2023-12-29 21:40:46 +01:00
Frank
78741a469c
npm run build
2023-12-29 18:42:55 +01:00
Blaz Kristan
f7bfaf02a8
Possible bugfix for #3609 #3616
2023-12-29 17:46:24 +01:00
Blaz Kristan
dadafdab06
Remote preset cancles playlist
2023-12-29 17:23:46 +01:00
Blaz Kristan
738df1847a
Fix for #2922
2023-12-29 17:21:43 +01:00
Frank
4bbf1ba584
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-29 17:19:53 +01:00
Frank
5e5233ce0c
version bump -b28.35
2023-12-29 17:04:42 +01:00
MoonModules
7e8d570e81
Revert "Add YandexWeather Usermod"
2023-12-23 23:37:37 +01:00
Sergey Ryazanov
f04507b703
Add YandexWeather Usermod
2023-12-20 23:27:27 +04:00
Frank
58fe146a70
the experiment evolves
...
trying to find all the conditions when _doc[]_ should _not_ be touched ...
2023-12-19 11:28:46 +01:00
Frank
cde3298c54
MM experimental - build flag to move ALL json into PSRAM
...
-DALL_JSON_TO_PSRAM -DBOARD_HAS_PSRAM -D WLED_USE_PSRAM_JSON
on -S2, this *doubles* the PSRAM utilization!
before: heap used 85%, PSRAM used 13kb / 21kb
after: heap used 60%, PSRAM used 41kb / 65kb !!
2023-12-18 20:41:11 +01:00
Frank
ca9644f04e
removing my nasty debug probes; version number of today
...
enough of this shit ;-) no more stiff upper lips.
2023-12-18 18:33:29 +01:00
Frank
36eb520592
reduce RAM needs for -S2, user message on heap emergency actions
2023-12-18 15:39:12 +01:00
Frank
c8cee6cb51
-S2/-C3: removing stupid double protection of PSRAM pins
...
these pins are already forbidden in isPinOK.
In MM, trying to allocate them produces a buch of false warnings.
2023-12-18 11:34:42 +01:00
Frank
cf20c80098
#define _MoonModules_WLED_
...
very useful to create "runs anywhere" usermods.
2023-12-16 23:20:31 +01:00
Frank
3b6c253825
npm run build
...
Let's Do It
2023-12-16 23:01:25 +01:00