Will Tatam
5da380e1b0
Update dependencies for sensors_to_mqtt
2025-01-15 11:28:38 +00:00
Will Tatam
2adf745d06
Update env:usermods to use V4
2025-01-15 11:22:33 +00:00
Will Tatam
ef2eb0764c
Merge branch 'main' into usermod-libs
2025-01-15 11:00:52 +00:00
netmindz
9e37d7051c
Merge pull request #4492 from Aircoookie/V4
...
V4
2025-01-15 10:57:24 +00:00
netmindz
05098c3382
Merge pull request #4487 from netmindz/V4-tasmota
...
Swap to tasmota/platform-espressif32
2025-01-15 10:39:50 +00:00
Will Miles
32607ee74c
Revert incorrect testing platformio.ini
2025-01-15 02:26:34 +00:00
Will Miles
30559cd2d3
Fix dependency for EleksTube_IPS usermod
2025-01-14 22:21:41 +00:00
Will Miles
8fd905215f
Integrate usermods environment
...
Move the "all usermods" logic in to the platformio script, so the
'usermods' environment can be built in any checkout without extra setup
commands.
2025-01-14 22:21:26 +00:00
Will Miles
270d75afe2
Update usermod deps earlier
...
When processing usermods, update their include path properties before
the LDF runs, so it can see through wled.h.
2025-01-14 22:16:55 +00:00
Blaž Kristan
a65f97ac75
Merge branch 'main' into blending-styles
2025-01-14 22:39:20 +01:00
Will Tatam
53c1856038
Enable GIF support for all esp32 builds
2025-01-14 18:47:06 +00:00
Will Tatam
56b8af86d7
Swap to WLED_ENABLE_GIF
2025-01-14 18:40:41 +00:00
Christian Schwinne
e852df3179
Proper debug statements
2025-01-14 18:30:34 +00:00
Christian Schwinne
7c03f716a8
Include gif library for all esp32 variants
2025-01-14 18:29:30 +00:00
Christian Schwinne
d4ba603cf7
Update pio version
2025-01-14 18:27:30 +00:00
Will Tatam
deb0306347
Merge branch 'main' into gif-fix
2025-01-14 18:26:41 +00:00
Will Tatam
881da25e8c
Add local defintion of lolin_s3_mini as missing from Tasmota platform
2025-01-14 18:06:51 +00:00
Will Tatam
a37b953e72
Set flash_mode to qio for esp32c3dev to maintain current behaviour
2025-01-14 12:44:40 +00:00
Will Tatam
bba5188594
Add the safe option of flash_mode for esp32c3dev, qio also possible
2025-01-14 12:43:06 +00:00
Will Tatam
7dc633581d
Merge branch 'V4-tasmota' of github.com:netmindz/WLED into V4-tasmota
2025-01-14 12:29:19 +00:00
Will Tatam
bd00d012e2
Remove esp8266_2m_tasmota as not a V4 change and no suitable tasmota build using the currently used Arduino Core version of 3.1.2
2025-01-14 12:29:03 +00:00
Will Tatam
4f4476b79f
Set new codename
2025-01-14 11:53:10 +00:00
Will Miles
0b8721c25e
Fix usermod libArchive setting
...
Monkey-patch PlatformIO to intercept the build process after library
dependencies are loaded, but before the build is fully analyzed. This
lets us enforce libArchive=False for usermods without making that
setting global across all libraries.
The rest of the fixup code is integrated at the same call site for
simplicity.
2025-01-14 02:48:00 +00:00
Will Tatam
869e275e48
typo in usermods/sensors_to_mqtt/library.json
2025-01-14 00:43:59 +00:00
Will Tatam
e4714870a4
typo in usermods/sensors_to_mqtt/library.json
2025-01-14 00:39:04 +00:00
Will Tatam
1dbd7066de
Revert LOROL_LITTLEFS hack
2025-01-14 00:27:54 +00:00
Will Tatam
022e4986ee
Revert "Update to Tasmota Arduino Core 2.0.18" - Frank says to stay on
...
2.0.9
This reverts commit b421f7ae87
.
2025-01-14 00:24:37 +00:00
Will Tatam
2c9c413e79
Merge branch 'usermod-libs' into usermod-libs-migration
2025-01-14 00:22:07 +00:00
Will Tatam
b380d5e2c7
reinstate libArchive:false
2025-01-14 00:10:55 +00:00
Will Tatam
650853c177
Use flash_mode = dio
2025-01-13 21:09:05 +00:00
Will Tatam
ae698f988a
Merge branch 'V4' into V4-tasmota
2025-01-13 21:04:11 +00:00
Will Tatam
f920fdecfe
Add esp32dev back to default_envs
2025-01-13 21:02:28 +00:00
Will Tatam
4e4f823141
Update comment
2025-01-13 20:57:49 +00:00
Will Tatam
b421f7ae87
Update to Tasmota Arduino Core 2.0.18
2025-01-13 20:56:48 +00:00
Will Tatam
ca80d0489b
Add env:esp8266_2m_tasmota
2025-01-13 20:30:10 +00:00
Will Tatam
1ed82426a1
Add esp32dev back to default_envs
2025-01-13 19:30:35 +00:00
Will Tatam
7e9f7d4101
set board_build.flash_mode to fix missing sdkconfig.h
2025-01-13 18:39:21 +00:00
Will Tatam
f240a33935
Remove platform_package override
2025-01-13 18:33:30 +00:00
Will Tatam
5bd0a26126
Remove platform_package override
2025-01-13 16:39:58 +00:00
Blaž Kristan
cc011e39ce
Bus creation bugfix
...
- speed improvements in ABL
- verbose debugging
2025-01-13 17:27:33 +01:00
Will Tatam
29ee551b06
Swap to tasmota/platform-espressif32
2025-01-13 15:38:25 +00:00
Will Tatam
5b5e4157e3
Add esp32dev_v4 env
2025-01-13 11:12:14 +00:00
Will Tatam
3c19692312
Cleanup copy-paste of platform and platform_packages - use the proper common esp32_idf_V4
2025-01-13 10:58:32 +00:00
Will Tatam
24accf96a8
Remove now redundant build section from library.json
2025-01-13 10:53:24 +00:00
Will Miles
f2626b0fc0
Remove now-obsolete AR_build_flags
2025-01-12 17:09:33 +00:00
Will Miles
cc9e9b109c
Fix usermod library builds
...
Manage include folders via a second platformio script, fixing builds and
removing all the extra boilerplate from usermod library.json files.
2025-01-12 17:07:36 +00:00
Blaž Kristan
adead9b578
Bus wrapper modifications
...
- NeoPixelBus update 2.8.3
- automatic selection of appropriate I2S bus (`X1xxxxxxMethod`)
- removed I2S0 on ESP32 (used by AudioReactive)
- renumbered internal bus numbers (iType)
- added buffer size reporting
Bus modifications
- WWA strip support
- bus initialisation rewrite
- optional parallel I2S (ESP32, S2 & S3)
2025-01-12 15:17:22 +01:00
Will Miles
8527d231e1
audioreactive: Move flags to library
...
Use a PlatformIO script to move the last of AR_buildflags in to the
module itself.
2025-01-12 13:12:12 +00:00
Will Tatam
4c19341279
Merge branch 'usermod-libs-migration' of github.com:netmindz/WLED into usermod-libs-migration
2025-01-12 01:40:45 +00:00
Will Tatam
075fd4da2d
Defining more usermod dependencies
2025-01-12 01:38:48 +00:00