Frank
4baac0df1d
Merge remote-tracking branch 'origin/small-changes' into mdev
2022-10-13 19:41:37 +02:00
Frank
dde9af8f05
Chip Infos added to Info Page
...
* CPU type & Speed
* FLASH speed
* last boot code (reset reason)
* totalHeap not available on 8266
2022-10-13 19:37:27 +02:00
Ewowi
6aa189fb65
Merge remote-tracking branch 'origin/dev' into mdev
2022-10-01 12:05:49 +02:00
Blaž Kristan
f385af595a
Add setMode() and setPalette() methods
...
- automatically start transition
Implement load FX defaults for HTTP API (FXD)
2022-09-29 12:49:12 +02:00
Ewowi
cd3fa2464a
Merge remote-tracking branch 'origin/dev' into mdev
2022-09-27 14:59:57 +02:00
Blaz Kristan
dc700c41fb
Invalid FX bugfix.
2022-09-26 21:26:00 +02:00
Ewowi
37ee28fa0a
Merge remote-tracking branch 'origin/dev' into mdev
2022-09-21 18:26:20 +02:00
Ewowi
96fc330b26
Merge branch 'small-changes' into mdev
2022-09-20 11:21:09 +02:00
Ewowi
5aa7b34b05
Add total heap and total psram into Info tab
2022-09-20 10:58:59 +02:00
Ewowi
9dd8a59572
Merge remote-tracking branch 'origin/dev' into mdev
2022-09-19 22:55:35 +02:00
Blaz Kristan
799d4f9465
Playlist load bugfix.
...
serializeConfig() in loop() (prevent crash/hang in web server callback)
2022-09-14 22:28:06 +02:00
Blaz Kristan
47797bcf4a
Playlist loading bugfix.
2022-09-14 20:13:03 +02:00
Frank
dc8230bf2e
arch = ESP.getChipModel()
...
rely on ESP.getChipModel() for new MCUs-
2022-09-11 00:19:32 +02:00
Ewowi
4922c42b25
Merge remote-tracking branch 'origin/dev' into mdev
2022-09-10 14:21:36 +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
a84afdf199
Merge branch 'json-mapping' into mdev
2022-09-08 11:38:45 +02:00
Ewowi
a1fa1ff105
json mapping: refactor
...
- virtualLength back to const
- rename getjMap() to createjMap()
- rename initjMapDoc to updatejMapDoc
- rename jMapC to jMap
- updatejMapDoc: delete if no name, reset name if no file found
- case M12_jMap: do not use getjMap
- deserializeSegment: create or delete jMap
2022-09-08 11:37:23 +02:00
Ewowi
01e67b500d
Revert "Merge remote-tracking branch 'origin/mdev_new-FrameWork-V4' into mdev"
...
This reverts commit 0fad8ffd85 .
2022-09-06 21:54:23 +02:00
Ewowi
0fad8ffd85
Merge remote-tracking branch 'origin/mdev_new-FrameWork-V4' into mdev
2022-09-06 17:53:02 +02:00
Ewowi
1b724dbc0b
Merge branch 'json-mapping' into mdev
2022-09-06 17:44:25 +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
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
Frank
159c370bf0
ESP32-S3: different GPIO mapping
...
- change pins 1/3 to RX and TX as defined by the framework
- adjusted 'isPinOk" method
2022-09-02 23:54:58 +02:00
Ewowi
24bdfd2869
Merge branch 'dev' into mdev
2022-09-01 21:13:01 +02:00
Blaz Kristan
586e72e797
Remove pxs/NONUNITY option
...
Constrains for bitfields.
Bugfixes.
2022-08-31 21:31:59 +02:00
Blaz Kristan
38bd0d6bbb
Bugfixes
2022-08-31 21:21:53 +02:00
Ewowi
d95e27e8e8
Merge branch 'dev' into mdev
2022-08-31 20:41:34 +02:00
Blaž Kristan
da0da4c75e
Remove NONUNITY
...
Expand soundSim
Tetrix optimisation
2022-08-31 14:24:02 +02:00
Blaž Kristan
bfe16bb254
Merge branch '0_14' of https://github.com/Aircoookie/WLED into dev
2022-08-31 08:02:11 +02:00
cschwinne
2ada88a266
Small improvements to fx data extraction functions
...
- Un-F() most segment JSON keys, decreases JSON doc usage by 47 B (increases static RAM usage by 32 B),
makes `extractModeDefaults` work without strstr_P
- Removed String from serializeModeData and serializeModeNames
- Set 0.14 version name "Hoshi"
2022-08-31 04:31:56 +02:00
Ewowi
068089751d
Add CustomEffects as usermod: step 2: ui works
2022-08-30 12:55:01 +02:00
Blaz Kristan
a7dbfc4954
Fix for segment on/off transitions.
...
Fix for missing return.
Slightly smoother Chunchun, added Speed parameter for Hiphotic.
2022-08-23 16:00:50 +02:00
Blaz Kristan
af5e38e5ee
Fix for segment on/off transitions.
...
Fix for missing return.
Slightly smoother Chunchun, added Speed parameter for Hiphotic.
2022-08-23 15:57:05 +02:00
cschwinne
844bef9fda
Explicit JSON flag for loading FX defaults
...
Disable watchdog by default
2022-08-22 01:17:10 +02:00
Blaz Kristan
6fd8a5a084
Replace setOption/getOption
2022-08-19 21:37:26 +02:00
Blaz Kristan
2149bbb8ea
Remove CS from global interface pins.
...
Fixes.
2022-08-17 19:44:32 +02:00
Blaz Kristan
1de009a80d
I2C & SPI fixes. Global interface.
2022-08-14 13:05:59 +02:00
Blaz Kristan
32fc6d4b7f
Binary effect parameters.
2022-08-12 17:58:20 +02:00
Blaz Kristan
1cb3ab82c2
Reduction of flicering on web access (info)
2022-08-10 20:53:11 +02:00
Blaz Kristan
957948f906
Code optimisations in effects.
...
Remove Wire initialisation from RTC.
Peek fix.
2022-08-09 21:14:37 +02:00
cschwinne
436ce63e30
FX list duplicate cleanup
...
Minor optimizations
2022-08-09 15:20:00 +02:00
Blaz Kristan
4db4329ce3
Proper fix for {"on":"t","bri":100}
2022-08-08 15:56:15 +02:00
Blaž Kristan
9e828eccf6
Fix for {on:"t",bri:100}
2022-08-08 13:36:13 +02:00
Blaz Kristan
095099a085
Rename WLED_NO_AUDIO
2022-08-05 15:54:48 +02:00
Blaz Kristan
4e11806d00
Code optimisations.
2022-08-04 16:15:49 +02:00
Blaz Kristan
cdca715afc
Effect change at end of transition.
...
Compile bugfix.
2022-08-03 22:09:27 +02:00