Skip to content

Instantly share code, notes, and snippets.

@mongonta0716
Last active November 25, 2023 13:30
Show Gist options
  • Save mongonta0716/87c804e7c1e731c2df5fa8f542df51f5 to your computer and use it in GitHub Desktop.
Save mongonta0716/87c804e7c1e731c2df5fa8f542df51f5 to your computer and use it in GitHub Desktop.
ImageAvatarLiteのplatformio.ini
; 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 = m5stack-core2
[env]
platform = espressif32 @ 6.4.0
framework = arduino
upload_speed = 1500000
monitor_speed = 115200
;board_build.extra_flags =
board_build.flash_mode = qio
board_build.f_cpu = 240000000L
board_build.f_flash = 80000000L
board_build.filesystem = spiffs
build_flags = -DCORE_DEBUG_LEVEL=0
board_build.partitions = default_16MB.csv
;lib_extra_dirs = ~/GitRepos/M5Stack-SD-Updater
lib_deps =
bblanchon/ArduinoJson@^6.20.0
tobozo/M5Stack-SD-Updater
arminjo/ServoEasing@^3.1.0
madhephaestus/ESP32Servo@^0.13
https://github.com/pschatzmann/ESP32-A2DP
m5stack/M5GFX@0.1.7
m5stack/M5Unified@0.1.7
FastLED/FastLED@^3.5.0
; If you use AquesTalk, uncomment the following three lines
; and place libaquestalk.a in the lib folder.(https://www.a-quest.com/products/aquestalk_esp32.html)
;build_flags =
; -llibaquestalk
; -Llib/
[env:m5stack-core2]
board = m5stack-core2
[env:m5stack-fire]
board = m5stack-fire
;platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream
;platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.0
upload_speed = 921600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment