ESP3D/Notes.txt
Luc 2917f8476e Update to support latest esp32 core git and 2.0 release
Add base for ESP32-S2 in platformIO but not working yet - ok for arduino
Remove littleFS as external lib - now part of 2.0
Add esp32 detection in [ESP420] report
2021-10-02 07:43:08 +08:00

16 lines
347 B
Plaintext

ESP32:
* be sure pyserial is installed: python -m pip install pyserial
Linux:
* add user to dialout group
* check https://docs.platformio.org/en/latest//faq.html#platformio-udev-rules
PlatformIO :
* upload speed may need to be lower to 460800 if head packet error
Arduino :
* upload speed may need to be lower to 460800 if head packet error