Ewowi
ecb8e8f6dd
Merge branch 'json-mapping' into mdev
2022-10-01 12:17:11 +02:00
Ewowi
6aa189fb65
Merge remote-tracking branch 'origin/dev' into mdev
2022-10-01 12:05:49 +02:00
Ewowi
1912bfe917
Refactor class JMapC
...
- Add XandY struct
- Add ArrayAndSize struct
- to be used in jVectorMap (instead of jMapDoc) :Smaller footprint!!
- introduce docChunk to parse with ArduinoJson in chuncks (smaller size!)
2022-10-01 12:03:57 +02:00
Blaz Kristan
8d372bee67
Merge branch '0_14' of https://github.com/aircoookie/WLED into merge-0_14
2022-09-29 15:53:51 +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
Blaz Kristan
4cd6bafc15
Merge branch '0_14' of https://github.com/aircoookie/WLED into merge-0_14
2022-09-27 18:34:03 +02:00
Ewowi
fea487c950
Merge branch 'games-usermod' into mdev
2022-09-27 15:31:11 +02:00
Ewowi
9414f531dd
IMO support in usermod games, add 3D IMO cube effect
...
- platformio: add USERMOD_MPU6050_IMU and ElectronicCats/MPU6050 @ 0.6.0 to esp32mdevums
- USERMOD_MPU6050_IMU: update readme.md and usermod_mpu650_imu.h
- usermod_v2_games: support for USERMOD_MPU6050_IMU, add mode_IMUTest and class Frame3D and mode_3DIMUCube, remove old gyro handling
- usermods_list.cpp: add USERMOD_MPU6050_IMU
2022-09-27 15:19:58 +02:00
Ewowi
cd3fa2464a
Merge remote-tracking branch 'origin/dev' into mdev
2022-09-27 14:59:57 +02:00
Frank
859dbd5b23
small fix for compiling with IDF v4.4.x
...
LITTLEFS -> WLED_FS
2022-09-27 12:54:24 +02:00
Blaz Kristan
dc700c41fb
Invalid FX bugfix.
2022-09-26 21:26:00 +02:00
ChuckMash
7cd9e8860d
Update wled_serial.cpp ( #2667 )
...
Add Continuous Serial Streaming feature to wled_serial.
Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com >
2022-09-26 10:08:31 +02:00
Blaz Kristan
c253464b2a
PinManager::isPinOk() rewrite
...
Button pullup/pulldown fix for ESP32.
2022-09-24 12:25:06 +02:00
Blaz Kristan
6306cfff96
Remove Octal SPI pins.
...
Whitespace.
2022-09-24 12:16:53 +02:00
Blaz Kristan
d86d88c7b7
New isPinOk()
2022-09-23 14:35:17 +02:00
Ewowi
ab3c07a2a8
Merge branch 'dev' into mdev
2022-09-23 13:02:51 +02:00
Christian Schwinne
5f606bb0b7
DMX improvements (merge #2619 ) ( #2794 )
...
* Art-Net improvements
* Fix brightness level
* Update cfg.cpp
Co-authored-by: 4lloyd <github@lloydpost.nl >
2022-09-23 01:02:49 +02:00
4lloyd
d0189b0719
Add ArtPoll support ( #2615 )
...
* Add ArtPoll support
* Improved calculations
* Add support for legacy DMX start address 0
* Small efficiency improvement
* ESP8266 doesn't like yield
* Optimized ArtPoll memory use
Co-authored-by: cschwinne <dev.aircoookie@gmail.com >
2022-09-22 20:34:46 +02:00
Ewowi
e9a74a0889
Merge remote-tracking branch 'origin/dev' into games-usermod
2022-09-22 16:22:34 +02:00
Blaz Kristan
222b92807e
Percent FX use % as index in palette.
...
FX Checkmark bugfix.
2022-09-21 21:09:52 +02:00
Blaz Kristan
de90e5b753
Percent FX use % as index in palette.
...
FX Checkmark bugfix.
2022-09-21 21:09:01 +02:00
Ewowi
37ee28fa0a
Merge remote-tracking branch 'origin/dev' into mdev
2022-09-21 18:26:20 +02:00
Blaz Kristan
81b4a35076
Corrrect version info.
...
AC CSS
2022-09-20 22:06:37 +02:00
Blaz Kristan
fc0dc4472b
Merge branch 'esp32-s2' into dev
2022-09-20 21:52:40 +02:00
Blaz Kristan
7824f9ee63
Remove sync preset loading (ugly core check)
...
WS buffer check for ESP32-S2
Delay for Serial init on CDC USB
2022-09-20 21:17:44 +02:00
Ewowi
475a7379ee
Merge branch 'json-mapping' into mdev
2022-09-20 11:21:58 +02:00
Ewowi
96fc330b26
Merge branch 'small-changes' into mdev
2022-09-20 11:21:09 +02:00
Ewowi
e10f8c8681
Move from DynamicJsonDocument to PSRAMDynamicJsonDocument
2022-09-20 11:18:20 +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
Ewowi
9dd8a59572
Merge remote-tracking branch 'origin/dev' into mdev
2022-09-19 22:55:35 +02:00
Frank
6f8deb83e3
some relaxations for S2 and C3
...
- AR: changed "error" into warning.
- reducing max_busses (for AR) not needed on S2
2022-09-17 22:00:33 +02:00
Frank
da02a68e60
allocatePin() debug message when Pin is not OK.
...
This debug message should help to understand GPIO config problems.
2022-09-17 20:42:34 +02:00
Frank
a01f3e4efd
presets: disable "crude hack" on single core
...
This code in handlepresets() does not make much sense.
Especially it does not make any sense on single core MCU's.
2022-09-17 13:41:27 +02:00
Blaz Kristan
cce54f3bb7
Loading cfg.json without wsec.json
...
Bugfix for BudOnOff.
2022-09-16 23:19:53 +02:00
Frank
023c259034
show version of arduino-esp32 in WLED_DEBUG
2022-09-16 16:37:07 +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
660a809ec8
Missing isActive()
2022-09-16 14:07:44 +02:00
Blaž Kristan
26825ed60f
Missing isActive()
2022-09-16 14:07:04 +02:00
Ewowi
27a149098f
Merge branch 'games-usermod' into mdev
2022-09-16 13:29:17 +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
Blaz Kristan
8402de601f
More fixes for GPIOs.
...
UI fixes.
2022-09-13 21:41:51 +02:00
Blaz Kristan
4dec75c589
Remove constraints when saving interface pins.
2022-09-13 20:26:45 +02:00
Blaz Kristan
ac15b227da
isPinOk() for S2 & C3
2022-09-13 19:50:13 +02:00
Ewowi
598a956ce0
Merge remote-tracking branch 'origin/dev' into games-usermod
2022-09-13 15:44:07 +02:00
Ewowi
16b2dad9b9
games-usermod: pong wip
2022-09-13 15:43:40 +02:00
Ewowi
35bdd111d6
Merge remote-tracking branch 'origin/dev' into mdev
2022-09-13 15:02:30 +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
6ba3e25d33
Meteor palette bugfix.
...
Fire2012 cooling adjustment.
Akemi optimisation.
2022-09-12 22:33:30 +02:00