We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60dac47 commit b54c323Copy full SHA for b54c323
cpp_Arduino_wave_generator/platformio.ini
@@ -7,8 +7,17 @@
7
;
8
; Please visit documentation for the other options and examples
9
; https://docs.platformio.org/page/projectconf.html
10
+[platformio]
11
+env_default = adafruit_feather_m4
12
13
[env:mzeropro]
14
platform = atmelsam
15
board = mzeropro
16
framework = arduino
17
+
18
+[env:adafruit_feather_m4]
19
+platform = atmelsam
20
+board = adafruit_feather_m4
21
+framework = arduino
22
+upload_protocol = sam-ba
23
+lib_ldf_mode = chain+
0 commit comments