Updated platform to pioarduino, since default platform is old and deprecated.

This solved the compile issues and enabled use of VScode for development. Hint from this post on github: https://github.com/espressif/arduino-esp32/issues/10721
This commit is contained in:
2025-06-20 16:54:57 +02:00
parent 1a92672603
commit 8087774c89
9 changed files with 29 additions and 17 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(ETcontroller_PRO)