File tree Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ framework = logicromsdk
15
15
monitor_speed = 115200
16
16
17
17
; Release env
18
- [env:s20gsm ]
19
- board = s20gsm
18
+ [env:quectel_mc60 ]
19
+ board = quectelmc60
20
20
21
21
; Debug env
22
- [env:s20gsm_debug ]
23
- board = s20gsm
22
+ [env:quectel_mc60 ]
23
+ board = quectelmc60
24
24
build_type = debug
25
25
debug_build_flags = -Os -g2
26
26
Original file line number Diff line number Diff line change 8
8
; Please visit documentation for the other options and examples
9
9
; https://docs.platformio.org/page/projectconf.html
10
10
11
- [env:s20gsm ]
11
+ [env:quectel_mc60 ]
12
12
platform = logicrom
13
- board = s20gsm
13
+ board = quectelmc60
14
14
framework = arduino
15
15
monitor_speed = 115200
16
16
Original file line number Diff line number Diff line change 8
8
; Please visit documentation for the other options and examples
9
9
; https://docs.platformio.org/page/projectconf.html
10
10
11
- [env:s20gsm ]
11
+ [env:quectel_mc60 ]
12
12
platform = logicrom
13
- board = s20gsm
13
+ board = quectelmc60
14
14
framework = logicromsdk
15
15
monitor_speed = 115200
16
16
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ framework = logicromsdk
15
15
monitor_speed = 115200
16
16
17
17
; Release env
18
- [env:s20gsm ]
19
- board = s20gsm
18
+ [env:quectel_mc60 ]
19
+ board = quectelmc60
20
20
21
21
; Debug env
22
- [env:s20gsm_debug ]
23
- board = s20gsm
22
+ [env:quectel_mc60_debug ]
23
+ board = quectelmc60
24
24
build_type = debug
25
25
debug_build_flags = -Os -g2
26
26
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ framework = logicromsdk
15
15
monitor_speed = 115200
16
16
17
17
; Release env
18
- [env:s20gsm ]
19
- board = s20gsm
18
+ [env:quectel_mc60 ]
19
+ board = quectelmc60
20
20
21
21
; Debug env
22
- [env:s20gsm_debug ]
23
- board = s20gsm
22
+ [env:quectel_mc60_debug ]
23
+ board = quectelmc60
24
24
build_type = debug
25
25
debug_build_flags = -Os -g2
26
26
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ framework = logicromsdk
15
15
monitor_speed = 115200
16
16
17
17
; Release env
18
- [env:s20gsm ]
19
- board = s20gsm
18
+ [env:quectel_mc60 ]
19
+ board = quectelmc60
20
20
21
21
; Debug env
22
- [env:s20gsm_debug ]
23
- board = s20gsm
22
+ [env:quectel_mc60_debug ]
23
+ board = quectelmc60
24
24
build_type = debug
25
25
debug_build_flags = -Os -g2
26
26
You can’t perform that action at this time.
0 commit comments