-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
94 lines (66 loc) · 1.19 KB
/
platformio.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env]
platform = logicrom
framework = arduino
[env:Logicrom_Spark]
board = logicrom_spark
[env:a9]
board = a9
[env:a9g]
board = a9g
[env:a7670]
board = a7670
[env:ec100n]
board = ec100n
[env:ec100s]
board = ec100s
[env:ec100y]
board = ec100y
[env:ec200n]
board = ec200n
[env:ec200s]
board = ec200s
[env:ec200u]
board = ec200u
[env:ec600n]
board = ec600n
[env:ec600s]
board = ec600s
[env:ec600u]
board = ec600u
[env:eg912y]
board = eg912y
[env:eg915n]
board = eg915n
[env:eg915u]
board = eg915u
[env:l610]
board = l610
[env:m590]
board = m590
[env:mc65]
board = mc65
[env:n58]
board = n58
[env:n716]
board = n716
[env:quectelm56]
board = quectelm56
[env:quectelm66]
board = quectelm66
[env:quectelmc20]
board = quectelmc20
[env:quectelmc20u]
board = quectelmc20u
[env:quectelmc60]
board = quectelmc60
[env:sim868]
board = sim868