From baae0e6e730fb3b426a645fb2699c8c540a6ce54 Mon Sep 17 00:00:00 2001 From: yuntianlong2002 Date: Thu, 21 Jan 2016 12:35:46 -0500 Subject: [PATCH] fix the sketchPath not visble issue --- BasicRealtimePlotter/BasicRealtimePlotter.pde | 2 +- .../RealtimePlotterWithControlPanel.pde | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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