e63764b468
Introducing feature of adding arbitrary projects which could be build or executed in the CI for the only purpose as testing Closes IDF-641
6 lines
78 B
C
6 lines
78 B
C
#include <stdio.h>
|
|
|
|
void app_main(void)
|
|
{
|
|
printf("app_main running\n");
|
|
}
|