Forráskód Böngészése

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

Andy Shinn 4 hónapja
szülő
commit
fb726e48c2
2 módosított fájl, 2 hozzáadás és 0 törlés
  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