Skip to content

Commit f12c7f6

Browse files
committed
[esp32_can] add notice about multiple CAN controllers
1 parent c8bb881 commit f12c7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/components/canbus/esp32_can.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ params:
99

1010
{{< anchor "esp32-can" >}}
1111

12-
The ESP32 has an integrated CAN controller and therefore doesn't necessarily need an external controller.
12+
The ESP32 has integrated CAN controllers (usually one, some variants like the ESP32-C6 or ESP32-P4 have two or three) and therefore doesn't necessarily need an external controller.
1313
You only need to specify the RX and TX pins. Any GPIO will work.
1414

1515
```yaml

0 commit comments

Comments
 (0)