forked from wled/WLED
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio_override.ini
More file actions
40 lines (35 loc) · 1.25 KB
/
platformio_override.ini
File metadata and controls
40 lines (35 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
; ============================================================
; platformio_override.ini — Ambience Usermod (Tesla WLED)
; For use with WLED 0.15.4
;
; DROP THIS FILE in the root of your WLED-0.15.4 folder,
; same level as platformio.ini. Do NOT edit platformio.ini.
; ============================================================
[platformio]
default_envs = esp32dev
; ============================================================
; Override esp32dev with your custom flags and libraries
; layered on top of the stock platformio.ini definitions
; ============================================================
[env:esp32dev]
board = esp32dev
platform = ${esp32.platform}
platform_packages = ${esp32.platform_packages}
build_unflags = ${common.build_unflags}
build_flags =
${common.build_flags}
${esp32.build_flags}
-D WLED_RELEASE_NAME=\"ESP32\"
; ---- Ambience usermod ----
-D USERMOD_AMBIENCE
-I ./usermods/ambience
; ---- Other usermods from your old build ----
-D USERMOD_MULTI_RELAY
lib_deps =
${esp32.lib_deps}
; ---- Extra libraries your Ambience usermod needs ----
sandeepmistry/CAN @ ^0.3.1
claws/BH1750 @ ^1.2.0
lib_ignore =
audioreactive
board_build.partitions = ${esp32.default_partitions}