Skip to content

Commit fb726e4

Browse files
authored
Allows us to have custom PlatformIO envs and configs (#2234)
1 parent 0afd5a9 commit fb726e4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ cmake-*
1616
compile_commands.json
1717
.venv/
1818
venv/
19+
platformio.local.ini

platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
[platformio]
1212
extra_configs =
1313
variants/*/platformio.ini
14+
platformio.local.ini
1415

1516
[arduino_base]
1617
framework = arduino

0 commit comments

Comments
 (0)