; 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 lorol/LittleFS_esp32 lemmingdev/ESP32-BLE-Gamepad@^0.3.4 robtillaart/ADS1X15@^0.3.10 Wire ; For OTA via WiFi ; upload_protocol = espota ; upload_port = 172.16.1.1