; 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:generic STM32F103TB] platform = ststm32 framework = arduino board = genericSTM32F103TB upload_protocol = stlink debug_tool = stlink board_build.f_cpu = 72000000L monitor_speed = 115200 lib_deps = # danya0x07/NRF24L01_SimpleLibrary@^1.0.0