rename the wifiscan directory

This commit is contained in:
Joe Tretter
2020-09-24 12:07:52 -05:00
commit ae466f2ccd
15 changed files with 1337 additions and 0 deletions

3
CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
cmake_minimum_required(VERSION 3.16.0)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(espidf-arduino-wifiscan)