platformio.ini 331 Bytes
Newer Older
1 2
[env:esp32dev]
platform = espressif32
3 4
platform_packages =
    toolchain-xtensa32 @ 2.50200.80
5
board = esp32dev
Enrico Pozzobon committed
6
board_build.f_cpu = 240000000L
7
framework = arduino
8
build_type = release
9 10 11 12 13 14 15 16
build_flags =
    -O3
    -UDEBUG
    -DNDEBUG
    -DCORE_DEBUG_LEVEL=0
    -DBOARD_HAS_PSRAM
    -mfix-esp32-psram-cache-issue
build_unflags = -Os