Browse Source

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

Andy Shinn 4 tháng trước cách đây
mục cha
commit
fb726e48c2
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  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