Commit 05b97dd
committed
build(platformio): 3 recipes declare midi2 in lib_deps
Each PlatformIO recipe (ESP32_Host_MIDI-based, no Pico SDK) now
pulls midi2 from the PlatformIO Registry through lib_deps:
lib_deps =
sauloverissimo/midi2 @ ^0.3.3
...other deps...
Recipes touched:
- esp32-c6-devkitc-multi-midi2 (BLE + ESP-NOW, ESP32_Host_MIDI v6.0.1)
- esp32-s3-devkitc-host-midi2 (USB Host, ESP32_Host_MIDI v6.0.0)
- t-display-s3-shield-host-midi2 (USB Host + ST7789 piano, ESP32_Host_MIDI local)
These recipes already pulled midi2_cpp via lib_extra_dirs from the
parent tree; nothing about that path changes. midi2_cpp's own
src/midi2.{h,c} keeps the recipes building today and will go away in
the final cleanup commit, at which point lib_extra_dirs gives them
midi2_cpp source files only and lib_deps gives them midi2.1 parent b33e017 commit 05b97dd
3 files changed
Lines changed: 3 additions & 0 deletions
File tree
- examples
- esp32-c6-devkitc-multi-midi2/pio
- esp32-s3-devkitc-host-midi2/pio
- t-display-s3-shield-host-midi2/pio
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
0 commit comments