File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,8 @@ set(ARDUINO_LIBRARY_LittleFS_SRCS libraries/LittleFS/src/LittleFS.cpp)
157
157
158
158
set (ARDUINO_LIBRARY_NetBIOS_SRCS libraries/NetBIOS/src/NetBIOS.cpp)
159
159
160
+ set (ARDUINO_LIBRARY_PPP_SRCS libraries/PPP/src/PPP.cpp)
161
+
160
162
set (ARDUINO_LIBRARY_Preferences_SRCS libraries/Preferences/src/Preferences.cpp)
161
163
162
164
set (ARDUINO_LIBRARY_RainMaker_SRCS
Original file line number Diff line number Diff line change @@ -321,6 +321,16 @@ config ARDUINO_SELECTIVE_Networking
321
321
depends on ARDUINO_SELECTIVE_COMPILATION
322
322
default y
323
323
324
+ config ARDUINO_SELECTIVE_Ethernet
325
+ bool "Enable Ethernet"
326
+ depends on ARDUINO_SELECTIVE_COMPILATION
327
+ default y
328
+
329
+ config ARDUINO_SELECTIVE_PPP
330
+ bool "Enable PPP"
331
+ depends on ARDUINO_SELECTIVE_COMPILATION
332
+ default y
333
+
324
334
config ARDUINO_SELECTIVE_ArduinoOTA
325
335
bool "Enable ArduinoOTA"
326
336
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Networking
You can’t perform that action at this time.
0 commit comments