esp-idf-can2mqtt
esp-idf-can2mqtt copied to clipboard
Modifications needed for ESP32-EVB
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