My fork of the InkPlate SDK.
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.
 
 

55 lines
1.0 KiB

[platformio]
default_envs = inkplate-6
[env:inkplate-6]
build_type = release
build_flags =
-D INKPLATE_6
-D DEBUGGING=0
[env:inkplate-6-debug]
build_type = debug
build_flags =
-D INKPLATE_6
-D DEBUGGING=1
[env:inkplate-6plus]
build_type = release
build_flags =
-D INKPLATE_6PLUS
-D DEBUGGING=0
[env:inkplate-6plus-debug]
build_type = debug
build_flags =
-D INKPLATE_6PLUS
-D DEBUGGING=1
[env:inkplate-10]
build_type = release
build_flags =
-D INKPLATE_10
-D DEBUGGING=0
[env:inkplate-10-debug]
build_type = debug
build_flags =
-D INKPLATE_10
-D DEBUGGING=1
[env]
platform = espressif32
board = esp-wrover-kit
framework = espidf
monitor_speed = 115200
upload_speed = 230400
monitor_filters = colorize
board_build.f_cpu = 240000000L
board_build.partitions = partitions.csv
lib_deps = https://github.com/turgu1/ESP-IDF-InkPlate.git
build_flags =
-std=gnu++17
-D CONFIG_SPIRAM_CACHE_WORKAROUND
build_unflags =
-std=gnu++11