-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: leoxwebdev/arduino-esp8266fs-plugin
base: master
head repository: esp8266/arduino-esp8266fs-plugin
compare: master
- 9 commits
- 3 files changed
- 5 contributors
Commits on Aug 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6208e6b - Browse repository at this point
Copy the full SHA 6208e6bView commit details
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.
Configuration menu - View commit details
-
Copy full SHA for fb11cba - Browse repository at this point
Copy the full SHA fb11cbaView commit details
Commits on Feb 23, 2019
-
Add upload.py and internal python in tools
When present, use a tools-installed python executable for any python calls. 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, use the prior behavior, unchanged.
Configuration menu - View commit details
-
Copy full SHA for c231545 - Browse repository at this point
Copy the full SHA c231545View commit details -
Use cleaner path finding code, misc. cleanup
Instead of a bunch of nested if-elses, use a list of strings to try iterating over to fins python(.exe). Replace 1-line if-else with ternary operator
Configuration menu - View commit details
-
Copy full SHA for 33969c9 - Browse repository at this point
Copy the full SHA 33969c9View commit details
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
Configuration menu - View commit details
-
Copy full SHA for 6408285 - Browse repository at this point
Copy the full SHA 6408285View commit details
Commits on Nov 25, 2019
-
Merge pull request esp8266#65 from earlephilhower/fix2.6.0
Fix uploader for python3 compat and core 2.6.x
Configuration menu - View commit details
-
Copy full SHA for 25890cc - Browse repository at this point
Copy the full SHA 25890ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for a70cc5d - Browse repository at this point
Copy the full SHA a70cc5dView commit details -
Merge pull request esp8266#45 from rickhewes/readme-update
Update README for Linux based OSs
Configuration menu - View commit details
-
Copy full SHA for f0d1ec7 - Browse repository at this point
Copy the full SHA f0d1ec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56a6c51 - Browse repository at this point
Copy the full SHA 56a6c51View commit details
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 master...master