- Notifications
You must be signed in to change notification settings - Fork216
Comparing changes
Open a pull request
base repository:esp8266/arduino-esp8266fs-plugin
Uh oh!
There was an error while loading.Please reload this page.
base:68fd738
head repository:esp8266/arduino-esp8266fs-plugin
Uh oh!
There was an error while loading.Please reload this page.
compare:56a6c51
- 14commits
- 4files changed
- 7contributors
Commits on May 5, 2016
Add OS X directory explanation
Hey, I am new to the Arduino IDE and I have spent about 2 hours to find where the tools directory is on OS X. Thought it might be helpful for other mac users to see how to use the plugin on OS X.
ccostel committedMay 5, 2016 - ccostel committed
May 5, 2016
Commits on May 7, 2016
Commits on Nov 17, 2016
Update plugin for newer Arduino IDE
- Travis updated to build against Arduino 1.6.12- source updated to find the sketch folder- dropped support for ESP31B
me-no-dev committedNov 17, 2016 do not import not existing file
me-no-dev committedNov 17, 2016
Commits on Aug 30, 2018
Improve installation instructions
Rather than assume the location of the user's sketchbook folder (which may not be correct and is different depending on OS), just tell them how to find the location if they don't already know it. This makes the instructions more simple and less confusing.
Commits on Feb 23, 2019
Add upload.py and internal python in tools
When present, use a tools-installed python executable for any pythoncalls.When tools/upload.py is present, use it in place of esptool-ck.exe.When neither of these are present, as in releases 2.5.0 and prior, usethe prior behavior, unchanged.
Use cleaner path finding code, misc. cleanup
Instead of a bunch of nested if-elses, use a list of strings to tryiterating over to fins python(.exe).Replace 1-line if-else with ternary operator
Commits on Nov 19, 2019
Fix uploader for python3 compat and core 2.6.x
The core moved to python3 because python (2) is EOL on January 1, 2020.Move the search paths and platform variables to use python3 instead.Remove the no longer needed --end parameter to upload.py
earlephilhower committedNov 19, 2019
Commits on Nov 25, 2019
Merge pull request#65from earlephilhower/fix2.6.0
Fix uploader for python3 compat and core 2.6.x
me-no-dev authoredNov 25, 2019 Merge branch 'master' into readme-update
me-no-dev authoredNov 25, 2019 Merge pull request#45from rickhewes/readme-update
Update README for Linux based OSs
me-no-dev authoredNov 25, 2019 - me-no-dev committed
Nov 25, 2019
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 68fd738...56a6c51
Uh oh!
There was an error while loading.Please reload this page.