1
1
diff --git a/CMakeLists.txt b/CMakeLists.txt
2
- index d3972bf06a..3813da3468 100644
2
+ index d3972bf06a..88c9910f76 100644
3
3
--- a/CMakeLists.txt
4
4
+++ b/CMakeLists.txt
5
- @@ -95,7 +95,6 @@ set(ARDUINO_ALL_LIBRARIES
5
+ @@ -88,14 +88,12 @@ set(ARDUINO_ALL_LIBRARIES
6
+ LittleFS
7
+ NetBIOS
8
+ Network
9
+ - PPP
10
+ Preferences
11
+ SD_MMC
12
+ SD
6
13
SPI
7
14
Ticker
8
15
Update
9
16
- USB
10
17
WebServer
11
18
WiFi
12
19
Wire
13
- @@ -149,17 +148,6 @@ set(ARDUINO_LIBRARY_Update_SRCS
20
+ @@ -128,10 +126,6 @@ set(ARDUINO_LIBRARY_LittleFS_SRCS libraries/LittleFS/src/LittleFS.cpp)
21
+
22
+ set(ARDUINO_LIBRARY_NetBIOS_SRCS libraries/NetBIOS/src/NetBIOS.cpp)
23
+
24
+ - set(ARDUINO_LIBRARY_PPP_SRCS
25
+ - libraries/PPP/src/PPP.cpp
26
+ - libraries/PPP/src/ppp.c)
27
+ -
28
+ set(ARDUINO_LIBRARY_Preferences_SRCS libraries/Preferences/src/Preferences.cpp)
29
+
30
+ set(ARDUINO_LIBRARY_SD_MMC_SRCS libraries/SD_MMC/src/SD_MMC.cpp)
31
+ @@ -149,17 +143,6 @@ set(ARDUINO_LIBRARY_Update_SRCS
14
32
libraries/Update/src/Updater.cpp
15
33
libraries/Update/src/HttpsOTAUpdate.cpp)
16
34
@@ -28,7 +46,7 @@ index d3972bf06a..3813da3468 100644
28
46
set(ARDUINO_LIBRARY_WebServer_SRCS
29
47
libraries/WebServer/src/WebServer.cpp
30
48
libraries/WebServer/src/Parsing.cpp
31
- @@ -247,9 +235 ,6 @@ function(maybe_add_component component_name)
49
+ @@ -247,9 +230 ,6 @@ function(maybe_add_component component_name)
32
50
endif()
33
51
endfunction()
34
52
@@ -38,3 +56,13 @@ index d3972bf06a..3813da3468 100644
38
56
if(NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_ArduinoOTA)
39
57
maybe_add_component(esp_https_ota)
40
58
endif()
59
+ diff --git a/idf_component.yml b/idf_component.yml
60
+ index ae548c41d4..7a4e094050 100644
61
+ --- a/idf_component.yml
62
+ +++ b/idf_component.yml
63
+ @@ -45,5 +45,4 @@ dependencies:
64
+ idf: ">=5.1"
65
+ # mdns 1.2.3 is necessary to build H2 with no WiFi
66
+ mdns: "^1.2.3"
67
+ - espressif/esp_modem: "^1.1.0"
68
+ joltwallet/littlefs: "^1.14.1"
0 commit comments