Initial updates for ESP-IDF v4.2

This commit is contained in:
valeros
2021-01-21 13:42:23 +02:00
parent e542df17d1
commit 7e5f3f56fa
26 changed files with 754 additions and 110 deletions
@@ -36,7 +36,7 @@ protected:
};
/* Inside .cpp file, app_main function must be declared with C linkage */
extern "C" void app_main()
extern "C" void app_main(void)
{
cout << "app_main starting" << endl;