-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Windows 10 instructions #4797
Windows 10 instructions #4797
Conversation
added correction for Windows 10 git install directory
sync from upstream
install clarifications
markup works differently in rst vs md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Result visible at https://github.com/gojimmypi/ESP8266-Arduino/blob/master/doc/installing.rst#instructions---windows-10
I can't test this myself. I am wondering whether the hardware
directory is always (by default) created by Arduino in %USERPROFILE%\Documents\
By default Arduino installes under window in . |
If you aren't admin, you can't install there. Hardware folder in Documents is the most correct place for everybody, except if you want install for all users. |
If you aren't admin you are asked to install it as admin, and so you install it in |
My
(then with version numbers for a directory name such as:
There's apparently a download cache, as if I remove and re-install a hardware library with the Board Manager, the file dates are retained from when first downloaded. In Arduino IDE: File - Preferences, my
Which is, per my updated instructions in this PR:
...and this is where I have my hardware directory. This is also where I installed this ESP8266/Ardunio repository per the current instructions. It seems to work. See also: https://github.com/arduino/arduino/wiki/arduino-ide-1.5-3rd-party-hardware-specification
Granted, this seems to be a "pre-Board Manager" spec, but I don't think the It should be noted for completeness that I also have VisualGDB installed; it stores files in In any case, my PR still includes the "This is typically the sketchbook directory" text. Are there some suggestions for improved clarity? |
After uninstall, cleaning the registry, deleting I personly use a script wich consists of the following steps: When you insert |
I use my own script for windows, valid for ESP8266 and ESP32: I create shortcuts to the scripts in my desktop and update git version with one click. When I change some code in the core and I want back to the official git version, only delete the folder of esp8266 or esp32 and click in the shortcut. Regards. |
the default Arduino Sketchbook directory is C:\users\{username}\Documents\Arduino (thanks @Juppit) esp8266#4797 (comment)
@Juppit Indeed you are quite correct. Thank you. I did the same and confirmed the freshly installed Arduino app has a default sketchbook directory of Any discussion regarding Arduino libraries should probably also reference: https://www.arduino.cc/en/Guide/Libraries I've made the changes: https://github.com/gojimmypi/ESP8266-Arduino/blob/master/doc/installing.rst |
created separate section with explicit instructions for using git version of library with Windows 10 Arduino IDE (or Visual Micro Arduino IDE for Visual Studio)