Local development workflow? #174
-
Hi! I'd like to work on a feature that I could use on my CNC machine, so I forked the repo and tried to get it running locally for development. I ran When I run Can you provide some insight about how I could get this running locally to do development? Do I maybe need to buy an ESP32 breakout board and push |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I just found issue #91 in the Issues tab, and it sounds like maybe local development isn't supported. Is that accurate? I purchased an xPRO V5 from Spark Concepts which runs this firmware, and I'd really rather not use it as a testing rig, given the cost. Do I need to buy an ESP32 breakout board to push code to for testing? |
Beta Was this translation helpful? Give feedback.
-
yes you can do with standard esp32 - it is what I did when I developed the basic grbl UI |
Beta Was this translation helpful? Give feedback.
yes you can do with standard esp32 - it is what I did when I developed the basic grbl UI
May I know what feature you want to implement ?