← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
blob: df032e566abbe19b5c845e02fe7c8e86ed86d198 (plain)
1
2
3
4
idf_component_register(SRCS "EZWIFI.c"
                    INCLUDE_DIRS "include"
		    REQUIRES "esp_wifi"
		    REQUIRES "nvs_flash")