Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

PlatformIO

Phil Schatzmann edited this page Jan 26, 2022 · 13 revisions
  1. Create a new PlatformIO Arduino Project for the ESP32
  2. Update platformio.ini
; PlatformIO Project Configuration File for arduino-audiokit-hal
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = https://github.com/pschatzmann/arduino-audiokit-hal
lib_ldf_mode = deep+
build_flags = -DCORE_DEBUG_LEVEL=5 -DAUDIOKIT_BOARD=5 
monitor_speed = 115200
  1. Create you sketch
  2. Compile

The full list of the supported boards and settings can be found in AudioKitSettings.h

Clone this wiki locally