From 4378bdda61d9cd7cf7c1f4d2dd2d856725d4e01a Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 4 May 2024 14:06:24 +0200 Subject: [PATCH] build no 2405040 --- platformio.ini | 2 ++ wled00/wled.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index e3af913d..60462eae 100644 --- a/platformio.ini +++ b/platformio.ini @@ -2392,6 +2392,8 @@ build_flags = ${esp32_4MB_S_base.build_flags} -D SR_DMTYPE=4 -D I2S_SDPIN=32 -D I2S_WSPIN=15 -D I2S_CKPIN=14 -D MCLK_PIN=0 ; generic i2s with mclk 0 -D SR_SQUELCH=1 -D SR_GAIN=60 ; increrase squelch if noise, in test 0 is okay, but only slightly -D SR_FREQ_PROF=1 ; Generic line in +; RAM: [=== ] 25.9% (used 84884 bytes from 327680 bytes) +; Flash: [========= ] 88.7% (used 1395249 bytes from 1572864 bytes) ; ESP32 WLED pico board with builtin ICS-43432 microphpone [env:esp32_pico_4MB_M] diff --git a/wled00/wled.h b/wled00/wled.h index 050df258..f2a99ced 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -8,7 +8,7 @@ */ // version code in format yymmddb (b = daily build) -#define VERSION 2404281 +#define VERSION 2405040 // WLEDMM - you can check for this define in usermods, to only enabled WLEDMM specific code in the "right" fork. Its not defined in AC WLED. #define _MoonModules_WLED_