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: multisensor/source-code-examples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: esp8266/source-code-examples
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
  • 12 files changed
  • 6 contributors

Commits on Nov 15, 2014

  1. changed blinky to realy blink

    zarya committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    6d617b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22b20b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2014

  1. Flash both images in one go.

    The esptool will start executing the image after it finishes.
    
    Also unify all Makefiles and ensure we do not use headers from the wrong architecture.
    tommie committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    118aef2 View commit details
    Browse the repository at this point in the history
  2. Run gpio_init() and ensure GPIO2 is toggled in Blinky.

    Previously the if-statement was inverted so never actually changed anything.
    tommie committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    461e812 View commit details
    Browse the repository at this point in the history
  3. Merge pull request esp8266#2 from tommie/master

    Flash both images in one go, invert blinky really blink and remove need to define PIN_OUT
    themindfactory committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    a59a99b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2014

  1. Configuration menu
    Copy the full SHA
    3ddfa2d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2014

  1. Fixed password lenght

    zarya committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    132421c View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2014

  1. Configuration menu
    Copy the full SHA
    43eaa85 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2015

  1. Interrupt example

    Basic example to set a interrupt input
    jlz3008 committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    a1ef21c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2015

  1. Add gpio initialization

    jlz3008 committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    17e6530 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2015

  1. Merge pull request esp8266#6 from jlz3008/new_interrupt_example

    Interrupt example
    zarya committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    69b1fcc View commit details
    Browse the repository at this point in the history
  2. Merge pull request esp8266#4 from george-hopkins/replace-esptool

    Proposal: Replace esptool by esptool.py
    zarya committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    2ed9b49 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2015

  1. Configuration menu
    Copy the full SHA
    6cc718d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2015

  1. Merge pull request esp8266#10 from AndiceLabs/master

    An example for connecting to dweet.io and sending some "thing" data
    zarya committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    6edbe99 View commit details
    Browse the repository at this point in the history
Loading