File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.15 )
2
2
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
+ )
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments