Преглед изворни кода

Allows us to have custom PlatformIO envs and configs (#2234)

Andy Shinn пре 4 месеци
родитељ
комит
fb726e48c2
2 измењених фајлова са 2 додато и 0 уклоњено
  1. 1 0
      .gitignore
  2. 1 0
      platformio.ini

+ 1 - 0
.gitignore

@@ -16,3 +16,4 @@ cmake-*
 compile_commands.json
 .venv/
 venv/
+platformio.local.ini

+ 1 - 0
platformio.ini

@@ -11,6 +11,7 @@
 [platformio]
 extra_configs =
 	variants/*/platformio.ini
+	platformio.local.ini
 
 [arduino_base]
 framework = arduino