need to refactor networking code

This commit is contained in:
2021-07-16 13:20:38 +02:00
parent afe0a13566
commit c548d3b507
9 changed files with 67 additions and 31 deletions

View File

@ -2,7 +2,7 @@ target_sources(${TARGET_NAME} PRIVATE
STM32TestTask.cpp
)
option(STM32_ADD_NETWORKING_CODE "Add networking code requiring lwIP" OFF)
option(STM32_ADD_NETWORKING_CODE "Add networking code requiring lwIP" ON)
if(STM32_ADD_NETWORKING_CODE)
add_subdirectory(networking)