Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: esp8266/arduino-esp8266fs-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.3
Choose a base ref
...
head repository: esp8266/arduino-esp8266fs-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 5 files changed
  • 9 contributors

Commits on Nov 12, 2015

  1. Smaller screenshot

    igrr committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    232f969 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    igrr committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    a8e541f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2016

  1. add support for folders and esp31b

    Me No Dev committed Jan 12, 2016
    8 Configuration menu
    Copy the full SHA
    68fd738 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

  1. 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 committed May 5, 2016
    Configuration menu
    Copy the full SHA
    7c02f99 View commit details
    Browse the repository at this point in the history
  2. Formatting fix

    ccostel committed May 5, 2016
    Configuration menu
    Copy the full SHA
    165cbbe View commit details
    Browse the repository at this point in the history

Commits on May 7, 2016

  1. Merge pull request #18 from ccostel/master

    Explanation for the OS X users
    igrr committed May 7, 2016
    Configuration menu
    Copy the full SHA
    42e38ec View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. 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 committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    4e629c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    779a4d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Update README

    Add comment for Linux based OSs
    rickhewes authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    6208e6b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. 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.
    per1234 authored and igrr committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    fb11cba View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. 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.
    earlephilhower authored and igrr committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    c231545 View commit details
    Browse the repository at this point in the history
  2. 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
    earlephilhower authored and igrr committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    33969c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. 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 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    6408285 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Merge pull request #65 from earlephilhower/fix2.6.0

    Fix uploader for python3 compat and core 2.6.x
    me-no-dev authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    25890cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a70cc5d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #45 from rickhewes/readme-update

    Update README for Linux based OSs
    me-no-dev authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    f0d1ec7 View commit details
    Browse the repository at this point in the history
  4. change target version

    me-no-dev committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    56a6c51 View commit details
    Browse the repository at this point in the history
Loading