You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
Phil Schatzmann edited this page Jul 20, 2023
·
13 revisions
Create a new PlatformIO project: Select the Arduino framework and the correct board type. For the regular AudioKit or LyraT boards select Espressif ESP32 Dev Module as board type.
Add the following lines to your platformio.ini file:
Correct the -DAUDIOKIT_BOARD above for the board you are using. The full list of the supported boards and settings can be found in AudioKitSettings.h. For example, to use a LyraT v4.3 board (AUDIOKIT_BOARD type 1), edit -DAUDIOKIT_BOARD=5 to -DAUDIOKIT_BOARD=1. You don’t need to make the changes in the AudioKitSettings.h file itself. Please note that you can handle any other settings (e.g. ES8388_DEFAULT_INPUT_GAIN) in the same way.