Skip to content

Commit a8c90ec

Browse files
authored
Update README.md
1 parent 89d9651 commit a8c90ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Any kind of feedback is valuable to me - be it issues, general usage or recommen
5353
## Compilation notes
5454
TWAI driver written by ESP as part of their ESP-IDF framework isn't perfect. To ensure everything works properly you'll need to modify "sdkconfig" which is located in %USERPROFILE%\AppData\Local\Arduino15\packages\esp32\hardware\esp32\version\tools\sdk\esp32\
5555

56+
As of **ESP32 Arduino core v3.x.x** this file is located in %USERPROFILE%\AppData\Local\Arduino15\packages\esp32\tools\esp32-arduino-libs\idf-release_vx.x-xxxxxxxxxx\esp32\
57+
5658
Under "TWAI configuration" section enable **CONFIG_TWAI_ISR_IN_IRAM** and modify **CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST** so the errata fix is not applied. The whole section should look like this:
5759
```
5860
#
@@ -69,7 +71,7 @@ CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT=y
6971
In Arduino IDE set the following: Events on core 0, Arduino on core 1, partition scheme - Minimal SPIFFS.
7072

7173
### Credits
72-
Depends on Arduino ESP32-A2DP library by pschatzmann: [https://github.com/pschatzmann/ESP32-A2DP](https://github.com/pschatzmann/ESP32-A2DP)
74+
Depends on Arduino ESP32-A2DP and arduino-audio-tools libraries by pschatzmann: [https://github.com/pschatzmann/ESP32-A2DP](https://github.com/pschatzmann/ESP32-A2DP) [https://github.com/pschatzmann/arduino-audio-tools](https://github.com/pschatzmann/arduino-audio-tools)
7375

7476
Reverse engineering of the vehicles various messages was done by JJToB: [https://github.com/JJToB/Car-CAN-Message-DB](https://github.com/JJToB/Car-CAN-Message-DB)
7577

0 commit comments

Comments
 (0)