; 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:ESP_NOW_Rc_Car_Sender] platform = espressif32 board = esp32-c6-devkitc-1 framework = arduino lib_extra_dirs = ~/Documents/Arduino/libraries serial_speed = 115200 upload_protocol = esptool