; 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 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/Setup202_SSD1351_128.h