Frank
742f752af7
bringing back the Soundreactive 16M partition table
...
from classic SR WLED
2022-10-13 19:30:06 +02:00
Frank
b4d8819141
bugfix for Stream effects
...
"Stream" effects always missed the first pixel.
2022-10-12 12:54:01 +02:00
Frank
7196b177aa
ESP32 chip info tool for WLED_DEBUG
...
This is a nice little chip info tool that I've created some time ago.
When building with `-D WLED_DEBUG`, it reports some interesting information about your ESP32 on serial monitor.
````
====================================
Chip info for ESP32-D0WDQ5
SDK: v4.4.1-472-gc9140caf8c
------------------------------------
XTAL FREQ: 40 MHz
APB FREQ: 80.0 MHz
CPU FREQ: 240 MHz
ESP32 DEVICE: ESP32-D0WD-V3 rev.3, 2 core(s), 240MHz.
Chip feature flags: 0b110010
* 0b0000010 Chip has 2.4GHz WiFi
* 0b0001000 Chip has Bluetooth LE
* 0b0010000 Chip has Bluetooth Classic
FLASH CHIP FREQ (magic): 80.0 MHz
FLASH SIZE (magic byte): 4.00 MB
FLASH MODE (magic byte): 2 ; 0=QIO, 1=QOUT, 2=DIO, 3=DOUT or other
FLASH CHIP ID: 0x16405E
FLASH CHIP FREQ: 80.0 MHz
FLASH REAL SIZE: 4.00 MB
FLASH REAL MODE: DIO
------------------------------------
RAM HEAP SIZE: 261.79 KB
FREE RAM: 232.57 KB
MAX RAM alloc: 107.99 KB
ESP32 PSRAM: found.
* SPI RAM Chip availeable: 64MBits = 8MBytes
total PSRAM: 4094 KB
FREE PSRAM: 4093.89 KB
MAX PSRAM alloc:4031.99 KB
used PSRAM: 0 Bytes
* PSRAM free after malloc / ps_malloc : 2833.85 KB
* Can allocate big memory with ps_malloc()
* Can allocate big memory with malloc()
CPU #0 - last reset reason = 1 POWERON_RESET => Vbat power on reset
CPU #1 - last reset reason = 14 EXT_CPU_RESET => APP CPU reset by PRO CPU
====================================
````
2022-10-10 20:20:46 +02:00
Frank
85e56a6678
Add support for building for 16MB "TwilightLord" ESP32
...
- board definition
- minimal changes to esp32mdevums (un-comment to use)
2022-10-04 14:35:54 +02:00
Frank
6acd3c765f
bugfix and explainations of compile flags
...
- bug: -D UWLED_USE_MY_CONFIG was an 'accident' - should be either '-D WLED_USE_MY_CONFIG' or '-U WLED_USE_MY_CONFIG'
2022-09-26 16:28:00 +02:00
Frank
5c482afded
small fix for compiling with framework V4.4.x
...
don't re-define ARDUINO_RUNNING_CORE if already defined by the framework.
2022-09-26 15:55:44 +02:00
Ewowi
0ed6f52c8c
platformio.ini: update esp32mdevums
...
- use https://github.com/softhack007/LITTLEFS-threadsafe.git#master
- refactor esp32mdevums: add comments (to be augmented as still questions)
2022-09-23 13:00:45 +02:00
Ewowi
5aa7b34b05
Add total heap and total psram into Info tab
2022-09-20 10:58:59 +02:00
Ewowi
4342cad1cd
Merge remote-tracking branch 'origin/dev' into small-changes
2022-09-20 10:53:51 +02:00
Blaz Kristan
4d939cb778
Merge branch '0_14' of https://github.com/aircoookie/WLED into dev
2022-09-16 15:34:17 +02:00
Blaž Kristan
26825ed60f
Missing isActive()
2022-09-16 14:07:04 +02:00
Ewowi
f8726d45f0
Platformio: increase WLED_MAX_USERMODS for USERMOD_GAMES
2022-09-16 13:52:51 +02:00
Ewowi
4b164b88b9
platformio: add USERMOD_GAMES to MoonModule entries (esp32mdevums,Wemos)
2022-09-16 13:32:01 +02:00
Blaz Kristan
47797bcf4a
Playlist loading bugfix.
2022-09-14 20:13:03 +02:00
Blaz Kristan
a1dc7a52e9
Merge branch '0_14' of https://github.com/aircoookie/WLED into dev
2022-09-12 22:39:00 +02:00
Blaz Kristan
51a2fa47c9
Meteor palette fix.
...
Akemi optimisation.
Fire2012 remove cooling adjustment.
2022-09-12 22:31:55 +02:00
Frank
58aa922b9c
update page: show "MoonMod WLED"
...
small change to help people recognize they are running our software (not plain AC WLED).
2022-09-10 18:52:40 +02:00
Ewowi
74a44ab9d5
platformio.ini: correct 16MB csv file reference
2022-09-10 14:24:14 +02:00
Blaz Kristan
c9fd69ceb7
Preset loading tuning.
...
Multi-relay toggle support.
Fire2012 tuning.
2D functions tuning.
Global SPI comments & tuning.
Bugfix in 4LD usermod.
2022-09-09 17:21:13 +02:00
Blaz Kristan
e4fbf70568
Preset loading tuning.
...
Multi-relay toggle support.
Fire2012 tuning.
2D functions tuning.
Global SPI comments & tuning.
Bugfix in 4LD usermod.
On & bri support fix.
2022-09-09 17:16:52 +02:00
Ewowi
82bcc6914a
platformio.ini: add USERMOD_WEATHER and increase WLED_MAX_USERMODS
2022-09-08 10:15:32 +02:00
Ewowi
288e22e821
platformio.ini: set ABL_MILLIAMPS_DEFAULT=1500 to support up to 1024 leds
2022-09-07 13:57:14 +02:00
Ewowi
a4bffd909d
platformio.ini: wemos shield: remove faulty rotary encoder pins
2022-09-07 11:47:19 +02:00
Ewowi
aefc1dd276
Update plaformio.ini (fft, flashmode, esp32mdevums)
...
- add esp32mdevums
- move to kosme/arduinoFFT and UM_AUDIOREACTIVE_USE_NEW_FFT
- add f_flash = 80000000L and flash_mode = dio
- update wemos_shield_esp32
2022-09-07 09:48:38 +02:00
Blaz Kristan
4480abc646
Better palette blends.
2022-09-06 21:47:50 +02:00
Blaz Kristan
94243ac605
Better palette blending.
2022-09-06 21:44:11 +02:00
Blaz Kristan
e8942c2968
fix for repeating debug message
2022-09-06 15:52:09 +02:00
Blaz Kristan
8e03395b53
New segment bugfix.
2022-09-06 15:47:41 +02:00
Blaz Kristan
4f3de8646a
Additional fix for transpose checkbox.
2022-09-06 15:44:41 +02:00
cschwinne
6802f5a802
Fix several small bugs
...
Fixed no new 2D segments creatable in UI
Fixed brightness not applied if `"on":true` present in the same JSON api call
Fixed CJK text upside down in namelabel (rotate to nicer direction only if no CJK characters)
Gamma correction color enabled by default
2022-09-06 03:06:00 +02:00
Blaz Kristan
3a1ddce13f
Return of Supāku.
2022-09-05 19:56:55 +02:00
Blaž Kristan
6c18857109
Fix build.
2022-09-05 19:01:58 +02:00
Blaž Kristan
508b1e76c2
Merge conflict fix.
2022-09-05 18:36:10 +02:00
Blaž Kristan
51d3268eed
Merge branch 'dev' of https://github.com/blazoncek/WLED into 0_14
...
- remove conditional audio compile
- Random Cycle bugfix
- AudioReactive updates
- global gamma flags
2022-09-05 15:13:15 +02:00
cschwinne
a0c90d4ba3
Disable unused characters in fonts
...
saves 5kB flash
Added 4x6 font
2022-09-05 03:18:59 +02:00
Blaz Kristan
2c27240da6
Remove DISABLE_AUDIO
2022-09-05 00:43:26 +02:00
Blaz Kristan
787f5f06df
Global gamma.
...
Randomcycle palette bugfix.
2022-09-04 20:17:05 +02:00
Blaz Kristan
42d1ab8a87
Separator in Info dialog.
2022-09-03 00:01:11 +02:00
Blaz Kristan
cf51892782
Merge branch 'audioreactive-prototype' into dev
2022-09-02 23:36:44 +02:00
Blaž Kristan
cdd4319991
Merge pull request #40 from MoonModules/expand-1DEffects
...
Drip to virtualStrip
2022-09-02 23:32:45 +02:00
Blaz Kristan
3287eef0f1
Fixed cooling of ignition area.
2022-09-02 23:27:54 +02:00
Blaz Kristan
c4a261f2d2
Minor tweaks.
2022-09-02 21:21:53 +02:00
Ewowi
1867db3c4b
VirtualStrip: use indexToVStrip
2022-09-02 20:52:20 +02:00
Ewowi
9e23d52193
Popcorn to virtualStrip
2022-09-02 18:30:23 +02:00
Ewowi
e29be737f7
Drip to virtualstrip correction
2022-09-02 18:14:28 +02:00
Ewowi
3ac4122ec8
fire_2012 to virtualStrip
2022-09-02 17:55:08 +02:00
Ewowi
d56a79e016
Drip to virtualStrip
2022-09-02 17:42:47 +02:00
Frank
77ace76e32
Bugfix: make UDP sound sync work in AP mode
...
- the connected() method only get called once a Wifi STA connection is established. UDP Sound Sync should also work when sender is in AP Mode.
- added a few comments that should help to understand the code structure.
2022-09-02 13:49:12 +02:00
cschwinne
3270605b4f
DDP network bus RGBW support
2022-09-02 03:12:03 +02:00
Blaz Kristan
36e10539e0
Merge branch 'dev' into audioreactive-prototype
2022-09-01 22:20:39 +02:00