Browse Source

Fix default env name

Eric Helgeson 3 năm trước cách đây
mục cha
commit
2127b14863
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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