mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
message when running p5 for the first time and serial port sucks
This commit is contained in:
@@ -373,6 +373,9 @@ public class PdeEditor extends Panel {
|
||||
// the app reaches here when no sketch.properties file exists
|
||||
//e.printStackTrace();
|
||||
|
||||
// indicator that this is the first time this feller has used p5
|
||||
PdeBase.firstTime = true;
|
||||
|
||||
// even if folder for 'default' user doesn't exist, or
|
||||
// sketchbook itself is missing, mkdirs() will make it happy
|
||||
userName = "default";
|
||||
|
||||
Reference in New Issue
Block a user