move to espidf + arduino, this reduces flash size a shitload

This commit is contained in:
2026-01-16 12:08:11 +01:00
parent 86181c1439
commit f8c7e2a36d
6 changed files with 78 additions and 4 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(TEF6686_ESP32)