feat(modem): Added test that performs OTA to exercise modem layers

This commit is contained in:
David Cermak
2023-09-21 09:03:20 +02:00
parent 82c2cf8936
commit f2223dd719
13 changed files with 1034 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
# The following lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.8)
set(EXTRA_COMPONENT_DIRS "../.." "../../examples/modem_tcp_client/components")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(ota_test)