Skip to content

Commit

Permalink
For ESP-IDF builds use arduino-esp32 instead of arduino dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboiles committed Aug 1, 2024
1 parent 15fbda5 commit 18df8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ cmake_minimum_required(VERSION 3.5)

idf_component_register(SRCS "Adafruit_I2CDevice.cpp" "Adafruit_BusIO_Register.cpp" "Adafruit_SPIDevice.cpp"
INCLUDE_DIRS "."
REQUIRES arduino)
REQUIRES arduino-esp32)

project(Adafruit_BusIO)

0 comments on commit 18df8ea

Please sign in to comment.