Commit Graph

436 Commits

Author SHA1 Message Date
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
Frank
fd33d56c67 Merge remote-tracking branch 'origin/small-changes' into mdev 2022-09-26 16:28:49 +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
31d022f26b Merge remote-tracking branch 'origin/mdev_new-FrameWork4' into mdev 2022-09-26 15:06:33 +02:00
Frank
2e634c20fa update
- ESPAsyncWebServer 2.0.6 (fixes crashes)
- added platformV4 and platformV4_packages
- all new MCUs use same platform
2022-09-26 14:50:31 +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
Frank
9f65b625a6 typo 2022-09-21 18:45:54 +02:00
Frank
d5dcc644f4 added mdev PIO env for V4 Framwork
- ESP32 with PSRAM
- ESP32-S3
2022-09-21 17:18:52 +02:00
Frank
004dc51f7c basic PIO environment for ESP32-S3 and -S2
from AC WLED 0_14 branch
2022-09-21 14:31:15 +02:00
Blaž Kristan
ad4870a59b PIO environment for ESP32-S3 2022-09-21 08:47:52 +02:00
Blaz Kristan
9a6c387b8e Added Lolin S2 mini dev board environment. 2022-09-20 22:14:18 +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
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
Ewowi
74a44ab9d5 platformio.ini: correct 16MB csv file reference 2022-09-10 14:24:14 +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
Ewowi
ea1626138f platformio: make esp32mdev default 2022-08-31 07:59:59 +02:00
Ewowi
7266f83332 Platformio.ini: add esp8266mdev and modify wemos_shield_esp32 2022-08-31 07:55:50 +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
85992da023 Create sr entry in platformio: esp32mdev 2022-08-30 13:00:10 +02:00
cschwinne
844bef9fda Explicit JSON flag for loading FX defaults
Disable watchdog by default
2022-08-22 01:17:10 +02:00
Christian Schwinne
8744b40dc5 Update python dependencies (#2760) 2022-08-21 13:11:35 +02:00
cschwinne
ad424cac18 Preset and config backups include server description 2022-08-05 12:09:13 +02:00
Blaz Kristan
081f211231 Merge branch 'master' into merge-master 2022-04-04 20:52:42 +02:00
Spectre
46eae410c3 add My9291 light bulb driver (#2599)
Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com>
2022-03-31 20:49:00 +02:00
Blaž Kristan
aecfa3ff0f Merge branch 'master' into master-merge 2022-03-16 08:52:48 +01:00
Blaž Kristan
18f575bee4 Merge branch 'dev' into master-merge 2022-03-16 07:13:27 +01:00
cschwinne
522e752582 Add ability to skip up to 255 LEDs (#2342) 2022-03-16 01:45:07 +01:00
André Klitzing
40dbfbe092 Update IRremoteESP8266 to 2.8.2 (#2579)
This fixes some C3 issues
2022-03-16 00:16:49 +01:00
Blaz Kristan
7882519c0e Bugfix.
- expand preset
- button factory reset
- PIO library
2022-03-15 22:16:48 +01:00
Blaž Kristan
0234017ca1 Merge branch 'master' into master-merge 2022-03-15 09:55:23 +01:00
cschwinne
ef0f91d8d0 Release of WLED v0.13.0 2022-03-15 02:28:26 +01:00
Blaž Kristan
e0fcaa6103 Merge branch 'master' into master-merge 2022-03-11 11:28:02 +01:00
cschwinne
0ea31cb088 Fix indefinite realtime terminated by new packet (fixes #2356 )
Add custom Aircoookie fork of ESP32 core (reduces bin size by >100kB)
2022-03-10 11:20:39 +01:00
Blaž Kristan
e561304645 Merge branch 'master' into master-merge 2022-03-07 09:44:35 +01:00
cschwinne
a2c8796e04 Replaced native Cronixie support with usermod 2022-03-06 23:47:36 +01:00
RedNax67
4a0a07f158 Added digit dimming and support for .clk format (see https://github.c… (#2555)
* Added digit dimming and support for .clk format (see https://github.com/aly-fly/EleksTubeHAX)

* Small fixes and improvements, dimming optional

Co-authored-by: cschwinne <dev.aircoookie@gmail.com>
2022-03-05 03:10:32 +01:00
Blaž Kristan
23d7c3d0fe Merge branch 'master' into merge-master 2022-02-24 13:43:12 +01:00
cschwinne
4d4a20e05e 0.13.0-b7
Mitigate Pixel 6 UI issue
2022-02-24 01:16:24 +01:00
cschwinne
ed90b638a9 Main seg replaced by first selected in internal interfaces
Version bump to 0.13.0-b7
Various small improvements
2022-02-23 19:20:07 +01:00
Blaz Kristan
41b6f3ffa7 Merge branch 'master' into merge-master 2022-02-20 22:24:11 +01:00
Blaz Kristan
68087cdea5 Parsing JSON cmd fix for IR
Latest NeoPixelBus lib.
2022-02-18 16:58:57 +01:00
cschwinne
e9a05890a5 Return to core 2.7.4 for higher stability 2022-02-17 00:17:00 +01:00
cschwinne
447b811fa0 Remove build flag leading to wdt reset on some boards 2022-02-14 18:49:13 +01:00
Blaz Kristan
a5ff34d423 Platformio.ini fix for ESP01 and newer libraries. 2022-02-14 16:15:49 +01:00
Blaz Kristan
52f0ae9350 Merge branch 'master' into master-merge
Few UI fixes.
2022-02-03 17:40:44 +01:00