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: hemanth7787/esp-link
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jeelabs/esp-link
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 14 files changed
  • 8 contributors

Commits on Jan 4, 2018

  1. Mention how to use Ivan Grokhotkov's esptool (jeelabs#337)

    The native esptool available with a simple `apt-get install esptool` on Debian/Ubuntu and probably other distros can be used as well. Document the flags here.
    rlerdorf authored and tve committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    fe4f565 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Cross compatibility script to upload ATmega2560 (jeelabs#457)

    -> Issue jeelabs#456 
    -> Works with python 2 & 3
    -> Works on Linux & Windows
    fabiomanz authored and tve committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    d189a1b View commit details
    Browse the repository at this point in the history
  2. fix version

    [me@here esp-link]$ git describe --tags --match 'v*.0' --long --dirty | sed -re 's/(\.0)?-/./'
    v3.1.47-g9c6530d-dirty
    [me@here esp-link]$ git describe --tags --match 'v*.*.*' --long --dirty | sed -re 's/(\.0)?-/./'
    v3.2.47.alpha.0-g9c6530d-dirty
    uzi18 authored and tve committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    03bea3d View commit details
    Browse the repository at this point in the history
  3. - add ajax /console/clear - fix jeelabs#348

    uzi18 authored and tve committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    9d5bfff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84fd0a3 View commit details
    Browse the repository at this point in the history
  5. add soft-ap channel option

    fix for jeelabs#345 and jeelabs#453
    
    Signed-off-by: Bartlomiej Zimon <[email protected]>
    uzi18 authored and tve committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    5995df7 View commit details
    Browse the repository at this point in the history
  6. change length for mqtt username and password

    fix for jeelabs#450
    
    Signed-off-by: Bartlomiej Zimon <[email protected]>
    uzi18 authored and tve committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    ef3d68d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cba4260 View commit details
    Browse the repository at this point in the history
  8. Add note on flash mode

    Some modules require the flash mode to be `dio`, otherwise the module won't boot. I didn't know that at first and was wondering why my new ESP-12F module wouldn't boot. Maybe that is one reason why people are reporting none booting modules recently?
    Florian Beier authored and tve committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    3036a1f View commit details
    Browse the repository at this point in the history
  9. Changed argument getter with sizeof

    mr-sven authored and tve committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    697e6b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2019

  1. Configuration menu
    Copy the full SHA
    1cfbc51 View commit details
    Browse the repository at this point in the history
  2. Changed to shebang

    Shebang is now compatible with Python 2.x and Python 3.x
    fabiomanz authored and tve committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    09474e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Change reset line high output to no output

    GMMan authored and tve committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    75448fd View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Vim

    brianclemens authored and tve committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    cf329e8 View commit details
    Browse the repository at this point in the history
Loading