Skip to content

Commit 8d55761

Browse files
authored
Add idf_component.yml (#25)
1 parent 21b4c6a commit 8d55761

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

CMakeLists.txt

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
cmake_minimum_required(VERSION 3.15)
22

3-
if(ESP_PLATFORM)
4-
# Build as an ESP-IDF component
5-
idf_component_register(
6-
SRCS "src/improv.cpp"
7-
INCLUDE_DIRS "src"
8-
# TODO: It would be nice to have this conditional only if arduino is already used as a component
9-
REQUIRES arduino
10-
)
11-
return()
12-
endif()
13-
14-
project(improv VERSION 1.2.2)
3+
idf_component_register(
4+
SRCS "src/improv.cpp"
5+
INCLUDE_DIRS "src"
6+
)

idf_component.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
description: "Improv is a free and open standard with ready-made SDKs that offer a great user experience to configure Wi-Fi on devices"
2+
url: "https://improv-wifi.com"
3+
repository: "https://github.com/improv-wifi/sdk-cpp.git"
4+
files:
5+
use_gitngnore: true

0 commit comments

Comments
 (0)