Frank
dfbf9729d5
Update platformio.ini - hotfix for HUB75 build
2024-07-18 14:56:49 +02:00
Will Tatam
bb7b4b2f79
Tweak SmartMatrix build flags - smaller image size and brighter output
2024-07-17 09:29:15 +01:00
Will Tatam
2867fa6cef
Set default name
2024-07-17 09:00:19 +01:00
Frank
2dd9a8232e
kicking gh build re-run
2024-06-24 22:32:33 +02:00
Frank
bc006268ae
new MM build for -C3 with 2MB flash (no OTA)
2024-06-24 21:50:49 +02:00
Frank
fc173b3bc0
fix compiler warning for matrixportal buildenv
2024-06-06 14:39:56 +02:00
Frank
b79a0b4fd7
use NPB 2.7.9 on -S2 -> reduces led flickering
2024-06-05 17:29:57 +02:00
Will Tatam
6a93f46881
Disable serial console on default adafruit_matrixportal_esp32s3 builds so they boot without usb
2024-05-26 14:42:16 +01:00
Frank
7d364bcc04
Update platformio.ini - matrixportal flash size
...
use correct partitions file for 8MB
2024-05-24 18:03:26 +02:00
Frank
31cca47024
disable TWOPATH as default flag
...
needs more testing - may bring flickering back ....
2024-05-17 21:45:50 +02:00
Frank
d29a4e3ead
(experimental) adding NeoPixelBus 2.7.9
2024-05-17 21:20:55 +02:00
Frank
6c0b73be32
Update platformio.ini
...
* added ${common_mm.NetDebug_build_flags} to de-dupliate flags
* small update to pico V4 env
* removed refs to non-existing file (comments only)
2024-05-06 12:53:48 +02:00
Frank
44600b1722
make objdump work
...
Script update based on latest version from Tasmota
* add support for all esp32 variants
* add "-C" : Decode (demangle) low-level symbol names into user-level C++ names.
2024-05-06 11:06:56 +02:00
Frank
4378bdda61
build no 2405040
2024-05-04 14:06:24 +02:00
Frank
daec240c52
small improvement for athom music
2024-05-04 13:55:25 +02:00
Frank
fc66dcc0ce
squeezing a few KB out of builds that are close to 100% flash usage
2024-05-04 01:44:14 +02:00
Frank
4597a88516
platformio maintenance
...
* updates flash size statistics
* moved all MM specific dependencies into [common_mm] to simplify maintenance of versions
* "V4_xp" = experimental arduino-esp32 v2.0.14
2024-05-01 02:15:59 +02:00
Frank
e0a4a7c71e
minor updates
2024-04-30 17:16:11 +02:00
Frank
4bfdf9a590
repairing the MM build system (again)
...
In the future, when anybody feels like "otpimizing" our platformio.ini ->PLEASE contact me before making any changes.
2024-04-30 00:52:14 +02:00
Frank
f4dd5c0068
new buildenv esp32S3_4MB_PSRAM_M
...
MM for esp32-s3 zero/supermini and lolin S3 mini boards - standard
2024-04-29 23:35:48 +02:00
Frank
d61d57d608
additional partitions file with 512KB filesystem
...
just enough program space to use S3 mini/zero boards with "optimize for speed"
2024-04-29 13:04:47 +02:00
Frank
2dae8543df
new MM buildenv esp32S3_4MB_PSRAM_S
...
MM buildenv for esp32-s3 zero/supermini and lolin S3 mini boards --> 4MB Flash, 2MB PSRAM
2024-04-29 00:23:34 +02:00
Frank
de66ec45b7
make ALL_JSON_TO_PSRAM the default
...
PSRAM optimizations: always enable ALL_JSON_TO_PSRAM and WLED_USE_PSRAM_JSON
2024-04-28 22:56:06 +02:00
Frank
aa544ac4c5
build fix for adafruit_matrixportal
...
lessons learnt:
* never ever use "latest" platform. always pin a version.
* do not use "esp32.lib_depsV4" for esp32-S3
2024-04-23 18:19:09 +02:00
Frank
e743c9b96c
post-merge fixes, upgrade ESPAsyncWebServer 2.2.1
2024-04-23 17:32:38 +02:00
Frank
7ca4fc070b
Merge pull request #3902 from Aircoookie/arduino_2_0_9
...
update esp32 platform to arduino-esp32 v2.0.9
2024-04-23 16:11:44 +02:00
netmindz
0f79e9b7ff
Merge pull request #124 from netmindz/auto-playlist
...
New Usermod - Auto Playlist
2024-04-16 22:38:56 +01:00
Frank
1d1a53b703
align with upstream platformio.ini
...
adding 160Mhz 8266 builds
NB: MoonModules 8266 build are always using 160Mhz, so nothing new for us ;-)
2024-04-09 21:14:35 +02:00
Blaz Kristan
4093df1de5
WLED 0.14.3 release
...
- Fix for transition 0 (#3854 , #3832 , #3720 )
- copyright year update
- updated AsyncWebServer to v2.2.0
2024-04-09 20:43:55 +02:00
Frank
f6fa2232e5
Merge branch 'mdev' into pr/124
2024-04-04 23:53:34 +02:00
Will Tatam
d0fe87814e
Disable HUB75 for V4_M builds due to space issues when building on windows
2024-03-09 14:07:33 +00:00
Will Tatam
993b123c8e
Basic usermod for detecting silence
2024-03-05 19:41:19 +00:00
Will Tatam
69436a6f61
Merge branch 'mdev' into ESP32-HUB75-MatrixPanel-DMA
2024-02-25 21:34:47 +00:00
Will Tatam
a7ad79678b
generate wled00/html_*.h files
2024-02-25 21:21:19 +00:00
Will Tatam
565e74082e
Try LOLIN_WIFI_FIX with matrix portal to see if that helps with poor wifi
2024-02-25 12:30:27 +00:00
Will Tatam
26de408626
Add 8S and 16S, 1/8 ad 1/16 support
2024-02-24 11:30:22 +00:00
Will Tatam
99511f2448
Merge branch 'mdev' into ESP32-HUB75-MatrixPanel-DMA
2024-02-22 21:39:53 +00:00
Will Tatam
977cfb1332
Cleanup flags for adafruit_matrixportal_esp32s3
2024-02-10 18:17:19 +00:00
Will Tatam
afd2b05542
Tweaks to adafruit_matrixportal_esp32s3
2024-02-10 16:00:53 +00:00
Will Tatam
1969f6c257
Cleanup changes to platformio.ini
2024-02-10 13:59:05 +00:00
Will Tatam
9c80997423
Disable GFX
2024-02-10 13:57:45 +00:00
Will Tatam
c50fda1e25
Cleanup changes to platformio.ini
2024-02-10 13:47:00 +00:00
Will Tatam
bd228e3a1c
Merge branch 'mdev' into ESP32-HUB75-MatrixPanel-DMA
2024-02-10 13:44:01 +00:00
Will Tatam
b7b17ee374
Update HUB75 driver to 3.0.10
2024-02-10 13:19:54 +00:00
Will Tatam
bbb62bca2e
Merge branch 'XL-build' into dmx_input
2024-01-17 18:51:44 +00:00
netmindz
f660d6bf22
Merge branch 'mdev' into XL-build
2024-01-17 18:50:54 +00:00
Will Tatam
61cab1cb96
Swap partitions so we actually have space for the code
2024-01-17 18:46:03 +00:00
Will Tatam
244ef2f88d
Update esp_dmx
2024-01-17 18:12:05 +00:00
netmindz
42109fe606
Merge branch 'mdev' into dmx_input
2024-01-16 13:27:42 +00:00
Will Tatam
907bc0d05d
ESP32 build
2024-01-14 14:19:57 +00:00