dgatf / msrc

Multi Sensor for RC with RP2040 - FrSky D, SmartPort, XBUS, SRXL, IBUS, SBUS, Multiplex Sensor Bus, Jeti Ex Bus, Hitec
GNU General Public License v3.0
169 stars 42 forks source link

Improper Pathing in .vscode #114

Closed codydg closed 1 year ago

codydg commented 1 year ago

.vscode contains two version-tracked files: launch.json and settings.json

Both files use /home/daniel/... several times, making it very specific to the author's directory structure

In launch.json, the gdbPath and searchDir include it.

In settings.json, the cortex-debug.openocdPath and cortex-debug.armToolchainPath

dgatf commented 1 year ago

Fixed with 2c1e3b72fb13a9f1f2e2f7ce778f072f32f492f8