arduino:esp32-api3-en
This is an old revision of the document!
WIO ESP32 API 3.x
Remarks
Moving from API 2.0.17 to 3.x.
Espressive massively broke the compatibility from 2.x to 3.x which is the main reason to stick with 2.0.17
Libraries
ESP32CAN
Replace the missing include file in CAN.c line 37
#include "esp_intr.h"
with
#include "rom/gpio.h"
arduino/esp32-api3-en.1747805902.txt.gz · Last modified: 2025/05/21 07:38 by rjversluis