From a866fa0917932ec55abe99e748683a711b977d88 Mon Sep 17 00:00:00 2001 From: Terry Moore Date: Sat, 11 Mar 2017 14:32:38 -0500 Subject: [PATCH] Fix path to preferences.txt on Windows The documentation was just wrong for Windows, for locating the preferences file. This update matches modern Windows (7..10), but is probably not right for XP. --- build/shared/manpage.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/shared/manpage.adoc b/build/shared/manpage.adoc index a7564ce5ed0..c84c1819b30 100644 --- a/build/shared/manpage.adoc +++ b/build/shared/manpage.adoc @@ -212,7 +212,8 @@ EXIT STATUS FILES ----- -*~/.arduino15/preferences.txt*:: +*~/AppData/Local/Arduino15/preferences.txt (Windows):: +*~/.arduino15/preferences.txt* (Mac OS X and Linux):: This file stores the preferences used for the IDE, building and uploading sketches.