; 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 lib_deps = yuriisalimov/MAX6675_Thermocouple@^2.0.2 bodmer/TFT_eSPI@^2.3.70 lib_ldf_mode = deep+ build_flags = -D USER_SETUP_LOADED=1 -include include/ILI9341_STM32.h -D PIO_FRAMEWORK_ARDUINO_ENABLE_CDC -D USBCON -D PIO_FRAMEWORK_ARDUINO_USB_FULLSPEED_FULLMODE