forked from joshmarinacci/ElectronIDE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.js
More file actions
23 lines (17 loc) · 777 Bytes
/
Copy pathsettings.js
File metadata and controls
23 lines (17 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//where your sketches live
//set only if you want to change the default
//exports.usersketches = "/Users/josh/Documents/Arduino/";
//where your personal libraries live. new libs will *not* go here
//set only if you want to change the default
//exports.userlibs = "/Users/josh/Documents/Arduino/Libraries";
// root of the regular Arduino IDE app
//where new libs will be downlaoded to
//set only if you want to change the default
//exports.repos = "/Users/josh/projects/junkrepos";
// ==============
// you shouldn't need to modify anything below this line
//template for new sketches
exports.sketchtemplate = "sketchtemplate.ino";
//path to the metadata repo
exports.datapath = "node_modules/arduinodata/libraries";
exports.boardpath = "node_modules/arduinodata/boards";