; PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and extra flags ; Library options: dependencies, extra library storages ; Advanced options: extra scripting ; ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html [env:blackpill_f411ce] platform = ststm32 board = blackpill_f411ce framework = arduino upload_protocol = stlink debug_tool = stlink monitor_speed = 115200 monitor_port = /dev/cu.usbmodem3474359635391 lib_deps = bodmer/TFT_eSPI@^2.3.70 br3ttb/PID@^1.2.1 robtillaart/MAX31855@^0.2.5 ;adafruit/Adafruit FT6206 Library@^1.0.6 lib_ldf_mode = deep+ build_flags = -D USER_SETUP_LOADED=1 -include include/ILI9341_STM32.h -D PIO_FRAMEWORK_ARDUINO_ENABLE_CDC -D PIO_FRAMEWORK_ARDUINO_USB_FULLSPEED_FULLMODE