gaaat
cec7241986
removed commented variables
2024-05-08 15:42:41 +02:00
gaaat
6de77293ad
Merge branch '0_15' of https://github.com/Aircoookie/WLED into esp8266-audioreactive-sync
2024-05-08 15:36:10 +02:00
gaaat
0ac53d8353
initial port of MoonModules/WLED/pull/60 and related commit
2024-05-08 15:33:51 +02:00
Brandon502
da79b93387
Added Pinwheel Expand 1D Effect
2024-05-07 18:04:29 -04:00
Frank
b88c300d04
audioreactive: workaround for ArduinoFFT bug 93
...
This fix works around a problem that was solved in upstream ArduinoFFT 2.0.2
2024-05-07 23:38:19 +02:00
Blaz Kristan
88372cd516
Brighter peek (ignore strip brightness)
2024-05-07 16:34:15 +02:00
Blaž Kristan
b3206121cc
Merge pull request #3942 from gaaat98/audioreactive-analog
...
Enabled some audioreactive effects for single pixel strips/segments
2024-05-07 07:35:46 +02:00
gaaat98
5bccb5fc42
removed commented checks
2024-05-07 00:31:37 +02:00
Blaž Kristan
47e1cbdaff
Merge pull request #3003 from itCarl/usermod-battery-update2023
...
Usermod Battery 🔋 Added Support for different battery types, Optimized file structure
2024-05-06 20:41:00 +02:00
Maximilian Mewes
52020cbe26
CP fix
2024-05-06 17:46:26 +02:00
Maximilian Mewes
d33651c25b
Update setup method
2024-05-06 17:45:02 +02:00
Maximilian Mewes
18e9f9c304
Rename Battery classes
2024-05-06 17:39:40 +02:00
Frank
2607c44fbb
make objdump work
...
Script update based on latest version from Tasmota
* add support for all esp32 variants
* add "-C" : Decode (demangle) low-level symbol names into user-level C++ names.
2024-05-06 11:00:41 +02:00
gaaat
c8a7d44f55
Merge branch '0_15' of https://github.com/Aircoookie/WLED into audioreactive-analog
2024-05-06 00:09:43 +02:00
Frank
a6e536189c
output_bin.py : fix for mapfile copy
...
The build script was not looking into the right place, so there was never a .map file dropped into build_output/map/
Builds with the newer arduino-esp32 v2.0.x framework actually generate a .map file that is placed directly next to firmware.bin
2024-05-05 21:56:01 +02:00
Frank
3f9a6cae53
AR: fix for arduinoFFT 2.x API
...
in contrast to previous 'dev' versions, the storage for windowWeighingFactors is now managed internally by the arduinoFFT object.
2024-05-04 14:34:23 +02:00
Frank
cd5494fdd2
AR pin config: SCK == 1 --> PDM microphone
2024-05-04 14:12:44 +02:00
Blaž Kristan
5ab1b14d6b
Merge pull request #3946 from freakintoddles2/0_15
...
Adds an API parameter to allow the user to skip to the next preset in a playlist at any time
2024-05-03 23:25:36 +02:00
Todd Meyer
379f181362
Further simplification
2024-05-03 11:51:47 -07:00
Todd Meyer
dd19aa63d0
Forgot F[], added it
2024-05-03 08:47:14 -07:00
Todd Meyer
6df3b417a9
Updated based on more feedback
2024-05-03 08:30:37 -07:00
Blaz Kristan
fa76431dd6
Changelog update
2024-05-03 16:08:20 +02:00
Blaz Kristan
6504fb68b6
Minor MQTT optimisation.
2024-05-03 15:46:16 +02:00
Blaz Kristan
2ff49cf657
Fix for #3952
...
- included IR optimisations & code rearrangement
2024-05-03 15:45:15 +02:00
Blaž Kristan
fa1aa1fe80
Merge pull request #3944 from paspiz85/pas4
...
Using brightness in analog clock overlay
2024-05-03 09:56:14 +02:00
Blaž Kristan
85b95a2940
Merge pull request #3945 from w00000dy/Webpage-shortcuts
...
Add Webpage shortcuts and Fix resizing bug
2024-05-03 09:53:00 +02:00
Todd Meyer
5e38039c4d
Updated based on more feedback
2024-05-02 14:36:18 -07:00
Blaz Kristan
4df936a437
Fix for unfortunate prior CRLF coversion.
2024-05-02 10:33:10 +02:00
Blaz Kristan
736a8b1b80
Fix for rotating tablet into PC mode.
2024-05-02 10:31:50 +02:00
Pasquale Pizzuti
22f6128bc4
using global brightness
2024-05-02 09:05:37 +02:00
freakintoddles2
db475b6998
Update playlist.cpp
2024-05-01 10:09:17 -07:00
freakintoddles2
6daf7f6322
Update wled.cpp
...
reworked based on PR feedback
2024-05-01 10:07:52 -07:00
freakintoddles2
16086c0961
Update wled.h
...
reworked based on feedback from original PR
2024-05-01 10:05:26 -07:00
freakintoddles2
e88c81ad0d
Update set.cpp
...
reworked based on feedback
2024-05-01 10:04:02 -07:00
freakintoddles2
a2b9aed40d
Update playlist.cpp
...
reworked approach based on feedback
2024-05-01 10:03:16 -07:00
freakintoddles2
caa4fe1ec4
Update json.cpp
...
reworked approach based on feedback
2024-05-01 10:02:27 -07:00
freakintoddles2
25fb878e54
Update fcn_declare.h
...
reworked approach based on feedback
2024-05-01 10:01:30 -07:00
freakintoddles2
a1d6ffadad
Update json.cpp
...
adds support for np boolean parameter to skip to next preset
2024-04-30 16:49:52 -07:00
freakintoddles2
3b89814b69
Update set.cpp
...
added new NP command to API to allow user to skip to next preset in a playlist. Example use is win&NP in a preset.
2024-04-30 16:33:30 -07:00
freakintoddles2
071e0be445
Update fcn_declare.h
...
Updated to add the optional skipNext bool to handlePlaylist() which allows people to skip to the next preset when desired
2024-04-30 16:23:43 -07:00
freakintoddles2
bed364d75e
Update playlist.cpp
...
Updated to allow a user to optionally skip to the next preset in the playlist anytime they desire.
2024-04-30 16:21:40 -07:00
Woody
d2984e9e16
add Webpage shortcuts, resolves #2362
2024-04-30 18:57:53 +02:00
Maximilian Mewes
05a8c692f2
read initial voltage correctly
2024-04-30 18:11:18 +02:00
Pasquale Pizzuti
fd9570e782
using color_fade
2024-04-30 17:52:35 +02:00
Maximilian Mewes
35d26afcb4
Merge remote-tracking branch 'upstream/0_15' into usermod-battery-update2023
2024-04-30 17:12:08 +02:00
Maximilian Mewes
2245ee6fce
bugfixes
2024-04-30 17:02:57 +02:00
Woody
ff10130176
Fix resizing bug
...
The bug was that when resizing the window, it always jumped to the Colors tab instead of staying on the currently selected tab.
2024-04-30 16:53:47 +02:00
Maximilian Mewes
a13f1a9bee
bug fixes
2024-04-30 15:24:02 +02:00
Maximilian Mewes
3cc60fa4d4
Merge branch 'main' into usermod-battery-update2023
2024-04-30 15:01:23 +02:00
Maximilian Mewes
bd69c24231
intermediate update
2024-04-30 14:54:53 +02:00