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
bfee1a82eb
-S2: back to platform 5.2.0
...
- massive connectivity problems with 5.3.0
- almost 10% more free heap with 5.2.0
2023-12-18 16:58:44 +01:00
Frank
c574f68e3b
trying to fix horribly broken build envs for -S2 and -C3
...
Flags for -S3 and "classic esp32" were mixed into specific flags for S2/C3, leading to subtly chaotic results.
WHODUNIT?
2023-12-18 16:35:31 +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
04136791b5
sound sync: shown "v2+" when framecounter is used
...
v2+ = improved format (MM fork only) including sequence frameCounter.
2023-12-18 10:44:05 +01:00
Blaz Kristan
cf2f378f93
Fix for #3593
2023-12-17 22:46:02 +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
Frank
7624b76186
version bump 0.14.0-b28.34
2023-12-16 22:58:14 +01:00
Frank
d25835ceae
experimental: trying to get the main JSON doc into PSRAM
...
Its not enough to declare "doc" as DynamicJsonPSRAMDocument - PSRAM is not yet initialized when "doc" is created. So we need a trick to get the main doc into PSRAM later, during WLED::setup().
Code is very experimental, may or may not work, and need more testing
-> disabled with "#if 0"
2023-12-16 22:50:05 +01:00
Frank
c68890992c
mcuTemp improvements
...
* allow users to en/disable usermod
* limit rate of reading the sensor (once in 8 seconds)
* add slight filtering
* skip invalid readings
2023-12-16 18:49:50 +01:00
Frank
684bf0bd8b
random palette bugfix
...
if random palette was used in the startup preset, all LEDs were orange until the first palette cycling happened.
This fix ensures that there is no all-orange palette initially.
2023-12-16 18:44:54 +01:00
Frank
c8b7ad749a
new pin owner
2023-12-15 22:09:48 +01:00
Frank
52ceabb505
LDR_Dusk_Dawn: use pinManager, check ldrPin before use (quick-fix for #3490 )
2023-12-15 22:05:01 +01:00
Frank
075cc2d76c
PSRAM update
...
In MM we can have PSRAM without defining WLED_USE_PSRAM
2023-12-15 00:34:05 +01:00
Frank
245c0c078d
npm run build
...
yo-man
2023-12-15 00:18:11 +01:00
Frank
8905992a89
code spell checking - part4 (MM specific)
2023-12-15 00:14:57 +01:00
Frank
9024872f63
code spell checking - part3 (usermods)
...
if you can spell Fahrenheit, you can't spell Celsius. And vice versa :-)
2023-12-14 22:22:46 +01:00
Frank
d00b32e6de
bugfix - unusable pins on pico32 boards ( #3573 )
...
According to the technical manual, GPIO 16 + 17 are used for onboard flash, so cannot be used by WLED.
example buildenv:
[env:esp32_pico]
extends = env:esp32dev_qio80
board = pico32
2023-12-14 22:16:50 +01:00
Frank
627e00236a
Manila Time is the same as CST (solves #3517 )
...
PHST abbreviation added for clarity.
2023-12-14 22:15:30 +01:00
Frank
9f71f47e6f
oappend robustness improvement
...
obuf is reset to nullptr in some cases
2023-12-14 22:15:30 +01:00
Frank
47448b8d00
comment clean-up (cosmetic)
2023-12-14 22:10:30 +01:00
Frank
4995faf594
code spell checking - part2 (dependencies)
2023-12-14 22:09:28 +01:00
Frank
ced03f1f08
code spell checking - part1 (core)
...
I've found a code spellchecker, so this is what can be corrected easily. Changes are only affecting comments, readme and a few user-visible strings. So no functional impact expected.
2023-12-14 22:05:55 +01:00
Frank
176158c5ba
chores
...
npm run build
2023-12-13 23:33:58 +01:00
Frank
3b623eeda0
Merge pull request #93 from MoonModules/Platform_upgrade
...
Platform upgrade - align with upstream platformio.ini
2023-12-13 22:28:00 +01:00
Frank
0a70f97780
random seed bugfix (compile errors on older platforms)
2023-12-12 15:36:31 +01:00
Blaz Kristan
88f67cbd24
FX:
...
- Matrix bugfix
- Lissajous metadata fix
2023-12-12 15:28:39 +01:00
Blaz Kristan
fa6e2175fe
Remove re-seeding FastLED random8/random16 in FX
2023-12-12 15:21:34 +01:00
Blaž Kristan
451243c78d
Merge pull request #3552 from TripleWhy/seedRandom16
...
Seed FastLED's RNG
2023-12-12 15:21:00 +01:00
Blaz Kristan
68dc4d11a9
Autowhite cleanup
...
Fix for UCS8904 hasWhite().
2023-12-12 14:48:51 +01:00
Blaz Kristan
1ac02bcd53
Bugfix #3561
2023-12-12 14:47:59 +01:00
Blaž Kristan
45dc9aa62d
Merge pull request #3555 from srg74/patch-1
...
Update readme.md
2023-12-12 14:47:59 +01:00
Blaz Kristan
cc760e98a0
Fix for #3514
2023-12-12 14:46:40 +01:00
Troy
8bc2f35779
Merge pull request #97 from troyhacks/mdev
...
Update Animated_Staircase.h
2023-12-11 22:04:15 -05:00
Troy
a01101c417
Update Animated_Staircase.h
...
The string "topSensorWrite" seems to have been deleted from the file in some accidental editing mishap.
2023-12-11 22:03:09 -05:00
Frank
2beed4627c
Merge branch 'mdev' into Platform_upgrade
2023-12-12 01:09:40 +01:00
Frank
a430e8b969
staircase quickfix
...
something still missing in line 378
2023-12-12 01:08:21 +01:00
Frank
1fb1e674f4
fix for build errors with older frameworks
...
hrmpf
2023-12-12 00:57:21 +01:00
Frank
8fa24c4830
npm run build
2023-12-12 00:44:03 +01:00
Frank
4f30f69584
found a way to increase TCP stacksize (for AudioReactive UI)
...
we can use `-D CONFIG_ASYNC_TCP_TASK_STACK_SIZE=xxxx` to increase the stack size of AsyncWebserver - default is 8196.
This should give us a bit of headroom for new UI items.
We still need PR #94 for more savings.
2023-12-12 00:43:48 +01:00
Troy
80c257cf78
Update Animated_Staircase.h
...
Minor editor mishaps.
2023-12-11 16:59:20 -05:00
Troy
086305aa3c
Merge pull request #96 from troyhacks/mdev
...
Update Animated_Staircase.h
2023-12-11 16:52:58 -05:00
Troy
ccf54fe6a2
Update Animated_Staircase.h
...
Little oops fix. 🗡️
2023-12-11 16:50:02 -05:00
Troy
6b94c56f49
Update Animated_Staircase.h
...
Minor typos in comments
2023-12-11 16:41:16 -05:00
Troy
a01cc49152
Merge pull request #95 from troyhacks/mdev
...
Fixes for animated staircase usermod
2023-12-11 16:36:50 -05:00
Troy
6f07958e90
Merge branch 'MoonModules:mdev' into mdev
2023-12-11 16:32:55 -05:00
TroyHacks
5ee930cff0
Merge branch 'mdev' of https://github.com/troyhacks/WLED into mdev
2023-12-11 16:32:17 -05:00
TroyHacks
cc0563dd45
Fixes for Animated_Staircase
2023-12-11 16:32:04 -05:00