Explorar el Código

Update CMakeLists.txt

LayerDE hace 3 años
padre
commit
2f6eb1c8fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -6,6 +6,6 @@ cmake_minimum_required(VERSION 3.5)
 
 idf_component_register(SRCS "Adafruit_SSD1306.cpp" 
                        INCLUDE_DIRS "."
-                       REQUIRES arduino Adafruit_GFX_Library)
+                       REQUIRES arduino Adafruit-GFX-Library)
 
 project(Adafruit_SSD1306)