Skip to content

Commit

Permalink
2021-10-19 Add camera for esp32s3 to connect wechat mini
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhongv committed Oct 20, 2021
1 parent 54d11e7 commit 2a9f3c7
Show file tree
Hide file tree
Showing 56 changed files with 14,340 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 24_esp32s2_s3_camera_wechat_mini/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# The following five 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.5)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(blink)
9 changes: 9 additions & 0 deletions 24_esp32s2_s3_camera_wechat_mini/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#

PROJECT_NAME := blink

include $(IDF_PATH)/make/project.mk

Loading

0 comments on commit 2a9f3c7

Please sign in to comment.