examples
ΒΆOptional | Type: Array
| Glob Pattern
A list of example patterns. This field is predefined with default value:
"examples": [
{
"name": "Hello",
"base": "examples/world",
"files": [
"platformio.ini",
"include/world.h",
"src/world.c",
"README",
"extra.py"
]
},
{
"name": "Blink",
"base": "examples/blink",
"files": ["blink.cpp", "blink.h"]
}
]