; 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 [platformio] default_envs = esp32_generic ;--------------------------------------------------------------------------------------------------- [env:esp32_generic] platform = espressif32 board = dfrobot_firebeetle2_esp32e framework = arduino ; Change COM port based on your computer system upload_port = COM15 monitor_speed = 115200 build_src_filter = +<*> lib_ldf_mode = chain+ lib_compat_mode = soft build_unflags = -std=gnu++11 build_flags = -std=gnu++17 ;----------------------------------------------------------------------------------------------------