You've already forked M5Paper_FactoryTest
mirror of
https://github.com/m5stack/M5Paper_FactoryTest.git
synced 2026-05-20 10:28:50 -07:00
25 lines
728 B
INI
25 lines
728 B
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
|
|
|
|
[env:m5stack-fire]
|
|
platform = espressif32@^5.1.0
|
|
board = m5stack-fire
|
|
framework = arduino
|
|
platform_packages = platformio/framework-arduinoespressif32@3.20004.0
|
|
upload_speed = 1500000
|
|
monitor_speed = 115200
|
|
board_build.partitions = default_16MB.csv
|
|
build_flags =
|
|
-DCORE_DEBUG_LEVEL=5
|
|
-DBOARD_HAS_PSRAM
|
|
-mfix-esp32-psram-cache-issue
|
|
lib_deps =
|
|
m5stack/M5EPD
|