esp-idf-can2mqtt icon indicating copy to clipboard operation
esp-idf-can2mqtt copied to clipboard

Modifications needed for ESP32-EVB

Open lbartik opened this issue 8 months ago • 1 comments

ESP32-EVB CAN RX is on GPIO 35. Menuconfig will not let you use pin 35 unless you increase GPIO_RANGE_MAX to 35 in main\Kconfig.projbuild like so:

config GPIO_RANGE_MAX int default 35 if IDF_TARGET_ESP32

lbartik avatar Jun 21 '24 19:06 lbartik