Paciente8159 / uCNC

µCNC - Universal CNC firmware for microcontrollers
https://github.com/Paciente8159/uCNC/wiki
GNU General Public License v3.0
289 stars 64 forks source link

Create espduino_prontoneer.h #581

Closed jimsecond1 closed 9 months ago

Paciente8159 commented 10 months ago

Hi there. This will not work as the pins do not follow the µCNC pin naming conventions. You can read more about it here and here.

You can also try to use the web tool to generate a custom boardmap file and then manually clean the file by removing all the #undef's and pin assertions.

Paciente8159 commented 10 months ago

Check this branch with the config to use Shield V3 on ESP32 Wemos D1 R32.

Paciente8159 commented 9 months ago

Resolved by #610