DCC-EX / EX-T3-WiFi

ESP32 based WiFi throttle for DCC++
GNU General Public License v3.0
16 stars 4 forks source link

Create Using Linux to Upload Code #85

Open daveclifford opened 1 year ago

daveclifford commented 1 year ago

A Linux System can be used to build and upload the code to the FireBeetle 2 if the user checks that the ch341 USB/Serial driver is installed and the user has access to the USB port.

These instructions provide a road-map and checklist for the Linux user to follow in setting up his environment.

github-actions[bot] commented 1 year ago

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

daveclifford commented 1 year ago

There is an outstansing pull request for documentation on using Linux

Dave

github-actions[bot] commented 1 year ago

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 11 months ago

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

alex-code commented 2 weeks ago

I finally got the release build done so users can upload the code without needing VS Code 😁

It uses web serial in chromium based browsers which I think still needs some config with udev on Linux.

Would you be able to give it a try.

There's also a config option I could use in the platformio.ini file which would merge in another config file. This would avoid git detecting changes.

Thanks for the PR.