Skip to content

Commit 55e4f83

Browse files
authored
Merge pull request #131 from johnboiles/master
For ESP-IDF builds use arduino-esp32 instead of arduino dependency
2 parents 1750617 + 18df8ea commit 55e4f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ cmake_minimum_required(VERSION 3.5)
66

77
idf_component_register(SRCS "Adafruit_I2CDevice.cpp" "Adafruit_BusIO_Register.cpp" "Adafruit_SPIDevice.cpp"
88
INCLUDE_DIRS "."
9-
REQUIRES arduino)
9+
REQUIRES arduino-esp32)
1010

1111
project(Adafruit_BusIO)

0 commit comments

Comments
 (0)