-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Status: StaleIssue is stale stage (outdated/stuck)Issue is stale stage (outdated/stuck)
Description
Hardware:
Board: ESP32 Dev Module
Core Installation/update date: ?
IDE name: Msys32 ESP-IDF
Flash Frequency: 40Mhz
Upload Speed: 115200
#include <Arduino.h>
void setup() {
}
void loop() {
}
Description:
I need to use the Arduino as an ESP-IDF component. I followed the instructions Arduino-as-an-idf-component
then in make menuconfig
i changed the sdkconfig => "Autostart Arduino setup and loop on boot"
.
during make flash
i got this this error at the end of building the project :
undefined reference to Setup()
and undefined reference to Loop()
Can you please tell me what went wrong and how to fix this?
Regards.
Metadata
Metadata
Assignees
Labels
Status: StaleIssue is stale stage (outdated/stuck)Issue is stale stage (outdated/stuck)