Prechádzať zdrojové kódy

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

Andy Shinn 4 mesiacov pred
rodič
commit
fb726e48c2
2 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  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