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

Changes are saved in a separate branch: https://gitlab.com/rocrail/wio/-/tree/ESP32_API3?ref_type=heads


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.1747812558.txt.gz · Last modified: 2025/05/21 09:29 by rjversluis