1
1
diff --git a/CMakeLists.txt b/CMakeLists.txt
2
- index d3972bf06a..88c9910f76 100644
2
+ index d3972bf06a..3813da3468 100644
3
3
--- a/CMakeLists.txt
4
4
+++ b/CMakeLists.txt
5
- @@ -88,14 +88,12 @@ set(ARDUINO_ALL_LIBRARIES
6
- LittleFS
7
- NetBIOS
8
- Network
9
- - PPP
10
- Preferences
11
- SD_MMC
12
- SD
5
+ @@ -95,7 +95,6 @@ set(ARDUINO_ALL_LIBRARIES
13
6
SPI
14
7
Ticker
15
8
Update
16
9
- USB
17
10
WebServer
18
11
WiFi
19
12
Wire
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
13
+ @@ -149,17 +148,6 @@ set(ARDUINO_LIBRARY_Update_SRCS
32
14
libraries/Update/src/Updater.cpp
33
15
libraries/Update/src/HttpsOTAUpdate.cpp)
34
16
@@ -46,7 +28,7 @@ index d3972bf06a..88c9910f76 100644
46
28
set(ARDUINO_LIBRARY_WebServer_SRCS
47
29
libraries/WebServer/src/WebServer.cpp
48
30
libraries/WebServer/src/Parsing.cpp
49
- @@ -247,9 +230 ,6 @@ function(maybe_add_component component_name)
31
+ @@ -247,9 +235 ,6 @@ function(maybe_add_component component_name)
50
32
endif()
51
33
endfunction()
52
34
@@ -56,13 +38,3 @@ index d3972bf06a..88c9910f76 100644
56
38
if(NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_ArduinoOTA)
57
39
maybe_add_component(esp_https_ota)
58
40
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