Closed maxgerhardt closed 4 years ago
Thanks!
esptoolpy v3.0 will be used by default in the next platform release. As for now users on Big Sur can override the package directly in their configuration:
platform_packages =
platformio/tool-esptoolpy @ ~1.30000.0
Thanks!
esptoolpy v3.0 will be used by default in the next platform release. As for now users on Big Sur can override the package directly in their configuration:
platform_packages = platformio/tool-esptoolpy @ ~1.30000.0
Dear valeros, I have the same issue than maxgerhardt and with this trick he works fine.
Thank you very much!
Tracking bug report per https://community.platformio.org/t/esp8266-big-sur-11-0-1/17129?u=maxgerhardt. It seems like the Big Sur 11.0.1 update makes the pyserial module in
esptool.py
misbehave.This error is supposedly solved by copying the latest
esptoolpy
version from the current Arduino IDE distribution to~/.platformio/packages/tool-esptoolpy
;