diff --git a/BasicRealtimePlotter/BasicRealtimePlotter.pde b/BasicRealtimePlotter/BasicRealtimePlotter.pde index 84850cc..8e615df 100644 --- a/BasicRealtimePlotter/BasicRealtimePlotter.pde +++ b/BasicRealtimePlotter/BasicRealtimePlotter.pde @@ -46,7 +46,7 @@ void setup() { graphColors[5] = color(200, 46, 232); // settings save file - topSketchPath = sketchPath; + topSketchPath = sketchPath(); plotterConfigJSON = loadJSONObject(topSketchPath+"/plotter_config.json"); // gui diff --git a/RealtimePlotterWithControlPanel/RealtimePlotterWithControlPanel.pde b/RealtimePlotterWithControlPanel/RealtimePlotterWithControlPanel.pde index 0a5188d..a996cea 100644 --- a/RealtimePlotterWithControlPanel/RealtimePlotterWithControlPanel.pde +++ b/RealtimePlotterWithControlPanel/RealtimePlotterWithControlPanel.pde @@ -47,7 +47,7 @@ void setup() { graphColors[5] = color(200, 46, 232); // settings save file - topSketchPath = sketchPath; + topSketchPath = sketchPath(); plotterConfigJSON = loadJSONObject(topSketchPath+"/plotter_config.json"); // gui