Add initial ESP32 main.cpp

This commit is contained in:
2025-05-19 11:41:01 +02:00
parent 135823b620
commit 5cce419c74
2 changed files with 3 additions and 0 deletions
View File
+3
View File
@@ -0,0 +1,3 @@
extern "C" void app_main(void)
{
}