User Tools

Site Tools


arduino:esp32-api3-en

This is an old revision of the document!


Table of Contents

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.1747806658.txt.gz · Last modified: 2025/05/21 07:50 by rjversluis