Skip to content

Commit 47fa4ca

Browse files
committed
Moved default_envs, src_dir from common include to individual config files.
1 parent 4ef8453 commit 47fa4ca

File tree

12 files changed

+46
-6
lines changed

12 files changed

+46
-6
lines changed

examples/M5_CoreInk/platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[platformio]
2+
default_envs = m5stack-coreink
3+
src_dir = .
24
extra_configs = ../platformio.inc
35

46
[gfxlib]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[platformio]
2+
; esp32dev works for the majority of ESP32 based dev boards, change this
3+
; for your board if desired
4+
default_envs = esp32dev
5+
src_dir = .
26
extra_configs = ../platformio.inc
37

48
[gfxlib]
59
lib_deps = ${GxEPD2.lib_deps}
610

11+

examples/Waveshare_1_54/platformio.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[platformio]
2+
; esp32dev works for the majority of ESP32 based dev boards, change this
3+
; for your board if desired
4+
default_envs = esp32dev
5+
src_dir = .
26
extra_configs = ../platformio.inc
37

48
[gfxlib]

examples/Waveshare_2_13_T5/platformio.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[platformio]
2+
; esp32dev works for the majority of ESP32 based dev boards, change this
3+
; for your board if desired
4+
default_envs = esp32dev
5+
src_dir = .
26
extra_configs = ../platformio.inc
37

48
[gfxlib]

examples/Waveshare_2_7/platformio.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[platformio]
2+
; esp32dev works for the majority of ESP32 based dev boards, change this
3+
; for your board if desired
4+
default_envs = esp32dev
5+
src_dir = .
26
extra_configs = ../platformio.inc
37

48
[gfxlib]

examples/Waveshare_2_9/platformio.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[platformio]
2+
; esp32dev works for the majority of ESP32 based dev boards, change this
3+
; for your board if desired
4+
default_envs = esp32dev
5+
src_dir = .
26
extra_configs = ../platformio.inc
37

48
[gfxlib]

examples/Waveshare_2_9_T5/platformio.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[platformio]
2+
; esp32dev works for the majority of ESP32 based dev boards, change this
3+
; for your board if desired
4+
default_envs = esp32dev
5+
src_dir = .
26
extra_configs = ../platformio.inc
37

48
[gfxlib]

examples/Waveshare_4_2/platformio.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[platformio]
2+
; esp32dev works for the majority of ESP32 based dev boards, change this
3+
; for your board if desired
4+
default_envs = esp32dev
5+
src_dir = .
26
extra_configs = ../platformio.inc
37

48
[gfxlib]

examples/Waveshare_7_5/platformio.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[platformio]
2+
; esp32dev works for the majority of ESP32 based dev boards, change this
3+
; for your board if desired
4+
default_envs = esp32dev
5+
src_dir = .
26
extra_configs = ../platformio.inc
37

48
[gfxlib]

examples/Waveshare_7_5_T7/platformio.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[platformio]
2+
; esp32dev works for the majority of ESP32 based dev boards, change this
3+
; for your board if desired
4+
default_envs = esp32dev
5+
src_dir = .
26
extra_configs = ../platformio.inc
37

48
[gfxlib]

0 commit comments

Comments
 (0)