We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320e264 commit 715791fCopy full SHA for 715791f
RFCs/0003-build-profiles.md
@@ -87,13 +87,13 @@ A complete example of a `sketch.yaml` may be the following:
87
```
88
profiles:
89
nanorp:
90
- fqbn: arduino:mbed_nano:nanorp2040connect
91
- platforms:
92
- - platform: arduino:mbed_nano (2.1.0)
93
- libraries:
94
- - ArduinoIoTCloud (1.0.2)
95
- - Arduino_ConnectionHandler (0.6.4)
96
- - TinyDHT sensor library (1.1.0)
+ fqbn: arduino:mbed_nano:nanorp2040connect
+ platforms:
+ - platform: arduino:mbed_nano (2.1.0)
+ libraries:
+ - ArduinoIoTCloud (1.0.2)
+ - Arduino_ConnectionHandler (0.6.4)
+ - TinyDHT sensor library (1.1.0)
97
98
another_profile_name:
99
notes: testing the limit of the AVR platform, may be unstable
0 commit comments