Skip to content

Commit

Permalink
Merge branch 'buildcache' into mdev
Browse files Browse the repository at this point in the history
  • Loading branch information
softhack007 committed Oct 7, 2023
2 parents 77cef80 + a399ec8 commit 2a7767d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wled-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
;
4 changes: 2 additions & 2 deletions wled00/wled.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a7767d

Please sign in to comment.