Merge branch 'buildcache' into mdev

This commit is contained in:
Frank
2023-10-07 20:42:27 +02:00
3 changed files with 5 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
key: ${{ runner.os }}-${{ matrix.environment}}-${{ hashFiles('platformio.ini') }}
- name: Set up Python
uses: actions/setup-python@v4
with:

View File

@@ -92,7 +92,7 @@ default_envs =
src_dir = ./wled00
data_dir = ./wled00/data
build_cache_dir = ~/.buildcache
build_cache_dir = ~/.platformio/buildcache
extra_configs =
platformio_override.ini
@@ -2147,3 +2147,4 @@ build_flags = ${esp32_4MB_V4_S_base.build_flags}
;lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
; RAM: [=== ] 25.4% (used 83144 bytes from 327680 bytes)
; Flash: [==========] 96.4% (used 1516029 bytes from 1572864 bytes)
;

View File

@@ -3,12 +3,12 @@
/*
Main sketch, global variable declarations
@title WLED project sketch
@version 0.14.0-b2
@version 0.14.0-b2X
@author Christian Schwinne
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2310070
#define VERSION 2310071
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG