Browse Source

fixed using bluepill not black pill - read carefull

master
A. Binzxxxxxx 6 years ago
parent
commit
6c22a20f92
  1. 7
      Multiprotocol/platformio.ini

7
Multiprotocol/platformio.ini

@ -9,13 +9,12 @@
; https://docs.platformio.org/page/projectconf.html
[platformio]
env_default = blackpill_f103c8
env_default = bluepill_f103c8
[env:blackpill_f103c8]
[env:bluepill_f103c8]
platform = ststm32
board = blackpill_f103c8
board = bluepill_f103c8
framework = arduino
upload_protocol = dfu
upload_port = anything
lib_deps = LiquidCrystal_I2C
Loading…
Cancel
Save