From 9acfb4443c649640e08732fd5a65bea0819b96fb Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Sat, 17 Sep 2022 22:11:52 +0200 Subject: [PATCH] Fix missing dependency driver --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 761c304..6d2c5cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,4 +29,5 @@ idf_component_register( REQUIRES arduino-esp32 esp_rom + driver )