Settings between Arduino-Esp32 and esp-idf
Posted: Fri Jun 23, 2023 4:34 pm
How can I map the various settings from the Arduino-esp32 environment to the esp-idf? Specific settings I'd like to translate are from the Arduino Tools menu to the idf.py menuconfig are:
USB Mode: "Hardware CDC and JTAG"
USB CDC On Boot: "Disabled"
USB Firmware MSC On Boot: "Disabled"
USB DFU On Boot: "Disabled"
Upload Mode: "UART0/Hardware CDC"
It seems like it should be pretty straight forward, but I've been able to get the Arduino IDE to work but not on the esp-idf side.
USB Mode: "Hardware CDC and JTAG"
USB CDC On Boot: "Disabled"
USB Firmware MSC On Boot: "Disabled"
USB DFU On Boot: "Disabled"
Upload Mode: "UART0/Hardware CDC"
It seems like it should be pretty straight forward, but I've been able to get the Arduino IDE to work but not on the esp-idf side.