Hi,
MACOS Monterey 12.3.1
VS Code Version : 1.68.1
Target : ESP8266
2 issues since version 6.1.0RC
- upload_speed is not recognised anymore
Library Manager: Installing upload_speed
Warning! Could not find the package with ‘upload_speed’ requirements for your system ‘darwin_x86_64’
- Serial port is not recognised automatically anymore
([“upload”], [".pio/build/stagingSerial/firmware.bin"])
AVAILABLE: espota, esptool
CURRENT: upload_protocol = esptool
MethodWrapper([“upload”], [".pio/build/stagingSerial/firmware.bin"])
TimeoutError: Could not automatically find serial port for theNodeMCU 1.0 (ESP-12E Module)
board based on the declared HWIDs=[[‘0x10C4’, ‘0xEA60’]]
Could you help to get it working because upload is only working @115200 bauds and working with multiple serial port is not possible
Thanks