mpy-snippets
mpy-snippets copied to clipboard
Sync button adding an extra \ to folder creation
When pressing the sync button, the plugin adds an extra \ character to the file path when creating the file on the micropython device. Example: "MicroWebSrv2\libs" instead of "MicroWebSrv2\libs"
Example: "MicroWebSrv2\libs" instead of "MicroWebSrv2\libs"
Is the two path the same?