forked from ngraziano/LMICPP-Arduino
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
43 lines (34 loc) · 957 Bytes
/
platformio.ini
File metadata and controls
43 lines (34 loc) · 957 Bytes
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
; 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
; http://docs.platformio.org/page/projectconf.html
[env:atmega328P8MHz]
platform = atmelavr
board = ATMEGA328P
framework = arduino
#board_build.f_cpu = 2000000L
board_build.f_cpu = 8000000L
#upload_speed = 9600
upload_speed = 57600
upload_port = COM9
monitor_port = COM9
monitor_speed = 9600
build_flags = -Wall -Wextra -O3 -DENABLE_SAVE_RESTORE
test_build_project_src = true
lib_deps =
ArduinoSTL
[env:esp32]
platform = espressif32
board = heltec_wifi_lora_32
framework = arduino
upload_port = COM9
monitor_port = COM9
monitor_speed = 19200
test_build_project_src=true
build_flags = -Wall -Wextra -O3 -DENABLE_SAVE_RESTORE
lib_deps =