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 Dec 9, 2021 · 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 
monitor_speed = 115200
  1. Create you sketch
  2. Compile
Clone this wiki locally