[Grbl_Esp32 PR#89] Add basic platformio config.

未分类 bolang 3个月前 (10-14) 38次浏览

Issue #89 | 状态: 已关闭 | 作者: AlmightyFrog | 创建时间: 2019-02-05


Add basic platformio config file with corresponding gitignore file.

Assuming, device is at /dev/ttyUSB4 to compile code and flash it call
> $ pio run –target=upload –upload-port=/dev/ttyUSB4

and to upload SPIFFS command would be

> $ pio run –target=uploadfs –upload-port=/dev/ttyUSB4

Note: I used for testing a ESP32-T board – using baudrate 512000 was working for SPIFFS stable enough, but for code it sometimes failed. If you have same issue, just reduce baudrate in platformio.ini e.g. to 115200.

原始Issue: https://github.com/bdring/Grbl_Esp32/pull/89

喜欢 (0)