浏览代码

Fix default env name

Eric Helgeson 3 年之前
父节点
当前提交
2127b14863
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      platformio.ini

+ 1 - 1
platformio.ini

@@ -1,7 +1,7 @@
 ; PlatformIO Project Configuration File https://docs.platformio.org/page/projectconf.html
 
 [platformio]
-default_envs = STM32F103C8
+default_envs = STM32F1
 
 [env]
 framework = arduino