-
When compiling with Platformio, I get the following error:
The offending line
WorkaroundChanging to this helps: This is based on the discussion here: https://www.esp32.com/viewtopic.php?t=38554 Is there a better solution?From the discussion above, it looks like there is some version issue -- is there a better solution than the workaround above? Edit: SolutionBased on ThomDyson's reply below #607 (comment) This project provides a more up-to-date version: https://github.com/pioarduino/platform-espressif32 And my
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
ESP_INTR_CPU_AFFINITY_AUTO is found in the 3.x version Arduino core for ESP32. Platformio uses 2.x I think. You'll have to google how to update platformio to the latest ESP core version (and probably board definitions) or use Arduino IDE. |
Beta Was this translation helpful? Give feedback.
ESP_INTR_CPU_AFFINITY_AUTO is found in the 3.x version Arduino core for ESP32. Platformio uses 2.x I think. You'll have to google how to update platformio to the latest ESP core version (and probably board definitions) or use Arduino IDE.