You've already forked M5Core2-TouchPanel-Recovery
mirror of
https://github.com/m5stack/M5Core2-TouchPanel-Recovery.git
synced 2026-05-20 10:45:56 -07:00
28 lines
883 B
INI
28 lines
883 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-core2]
|
|
platform = espressif32
|
|
board = m5stack-core2
|
|
framework = arduino
|
|
board_build.f_flash = 80000000L
|
|
board_build.f_cpu = 240000000L
|
|
monitor_speed = 115200
|
|
upload_speed = 1500000
|
|
monitor_filters = time, colorize, esp32_exception_decoder
|
|
build_flags = -DCORE_DEBUG_LEVEL=5
|
|
build_type = debug
|
|
|
|
custom_firmware_version = 0.0.1
|
|
custom_firmware_name = M5Core2-TouchScreen-Updater
|
|
custom_firmware_suffix = .bin
|
|
custom_firmware_dir = r:\
|
|
extra_scripts = post:generate_user_custom.py
|