You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
655 B

3 years ago
3 years ago
  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter
  4. ; Upload options: custom upload port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ; Advanced options: extra scripting
  7. ;
  8. ; Please visit documentation for the other options and examples
  9. ; https://docs.platformio.org/page/projectconf.html
  10. [env:m5stack-core2]
  11. platform = espressif32
  12. board = m5stack-core2
  13. framework = arduino
  14. board_build.mcu = esp32
  15. board_build.f_cpu = 240000000L
  16. board_build.partitions = bert2M_fat12M_16MB.csv
  17. lib_deps =
  18. m5stack/M5Core2@^0.1.0
  19. lorol/LittleFS_esp32@^1.0.6
  20. lemmingdev/ESP32-BLE-Gamepad@^0.3.4