gcobos / grblesp

GRBL ported to ESP8266, using up to 8 axis. No arduino involved
53 stars 24 forks source link

Soft WDT reset when sending "?" or "x1y1z1" commands #4

Closed apollo2030 closed 4 years ago

apollo2030 commented 4 years ago

After compiling and flashing grblesp to the NodeMcu board once the ? is sent via the serial monitor the board responds with the status string then it software resets.

The same thing happens once a command lile x1y1z1 is sent to the board. In this case only the x1 motion is executed followed by a software reset.

While sending the $ or $# commands no reset is happening.

gcobos commented 4 years ago

I removed my ".platformio" folder and suddenly I started having the same WDT problems, so merging. Thanks!