Hello.
I have two TTGO T-CAN485 boards (v1.0 and v1.1).
I'm trying to run the canbus example. But I have a problem with it. The Board not sends and receive any can bus frames.
I have only :
TIME -> CAN send done
in the serial-log.
I found weird things in the schematic and code.
CAN_TX in the schematic == GPIO27
CAN_RX in the schematic == GPIO26
but in config.h:
#define CAN_TX_PIN 26
#define CAN_RX_PIN 2
It is a bug?
Please help.