浏览代码

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