forked from SlimeVR/SlimeVR-Tracker-ESP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio-tools.ini
57 lines (47 loc) · 980 Bytes
/
platformio-tools.ini
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[env]
lib_deps=
https://github.com/SlimeVR/CmdParser.git
monitor_speed = 115200
framework = arduino
build_flags =
-O2
build_unflags = -Os
[env:BOARD_SLIMEVR]
platform = espressif8266
board = esp12e
[env:BOARD_SLIMEVR_DEV]
platform = espressif8266
board = esp12e
[env:BOARD_NODEMCU]
platform = espressif8266
board = esp12e
[env:BOARD_WEMOSD1MINI]
platform = espressif8266
board = esp12e
[env:BOARD_TTGO_TBASE]
platform = espressif8266
board = esp12e
[env:BOARD_WROOM32]
platform = [email protected]
board = esp32dev
[env:BOARD_ESP01]
platform = [email protected]
board = esp32dev
[env:BOARD_LOLIN_C3_MINI]
platform = [email protected]
build_flags =
${env.build_flags}
-DESP32C3
board = lolin_c3_mini
[env:BOARD_BEETLE32C3]
platform = [email protected]
build_flags =
${env.build_flags}
-DESP32C3
board = dfrobot_beetle_esp32c3
[env:BOARD_ES32C3DEVKITM1]
platform = espressif32 @5.1.1
build_flags =
${env.build_flags}
-DESP32C3
board = esp32-c3-devkitm-1