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.
|
|
; 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:m5stack-core2] platform = espressif32 board = m5stack-core2 framework = arduino board_build.mcu = esp32 board_build.f_cpu = 240000000L board_build.partitions = bert2M_fat12M_16MB.csv lib_deps = m5stack/M5Core2@^0.1.0 lorol/LittleFS_esp32@^1.0.6 lemmingdev/ESP32-BLE-Gamepad@^0.3.4
|