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: OttoWinter/esp8266-arduino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.6.0
Choose a base ref
...
head repository: OttoWinter/esp8266-arduino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 14 files changed
  • 7 contributors

Commits on Nov 9, 2019

  1. Configuration menu
    Copy the full SHA
    b5f873e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6626b2f View commit details
    Browse the repository at this point in the history
  3. Add ipv4_addr_t for espconn/LwIP1.4 compat (esp8266#6740)

    `espconnn.h` references ipv4_addr_t, so it seems appropriate it be defined here also.
    pfeerick authored and d-a-v committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    2c2468f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Configuration menu
    Copy the full SHA
    adda7da View commit details
    Browse the repository at this point in the history
  2. Puts to rest the confusion about the builtin leds for nodemcu boards (e…

    …sp8266#6743)
    
    Given that most nodemcu boards are based on the ESP12 boards, the definition of the builtin led is now changed to 2.
    In addition, for those nodemcu boards that have an additional LED on the board connected to gpio16, an additional define is added called LED_BUILTIN_AUX.
    devyte authored Nov 10, 2019
    Configuration menu
    Copy the full SHA
    dde76d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43e0554 View commit details
    Browse the repository at this point in the history
  4. Updated EspSoftwareSerial brings backward compatibility for ctor/begi…

    …n() pair (only for the common cases with complete default argument use) (esp8266#6746)
    dok-net authored and d-a-v committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    739bcd3 View commit details
    Browse the repository at this point in the history
  5. release script: remove makecorever.py call in released version (esp82…

    …66#6747)
    
    * (fix) remove makecorever.py call in released version
    
    * fix regexp
    d-a-v authored Nov 10, 2019
    Configuration menu
    Copy the full SHA
    4e5bf11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc60e97 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. EspSoftwareSerial release 6.1.1, "9bit" support (esp8266#6761)

    * EspSoftwareSerial release 6.1.0:
    
    New feature, a.k.a. "9bit": Supports parity bit on TX and RX and 2 stop bits.
    
    * Fix for local relative #include
    dok-net authored and d-a-v committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    8222ace View commit details
    Browse the repository at this point in the history
  2. WString explicit converters to reduce Flash size (esp8266#6759)

    * WString explicit converters to reduce Flash size
    
    * Fix add return value for start/endsWith
    
    * Adding const to startsWith() and endsWith()
    s-hadinger authored and earlephilhower committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    41d99ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2d0ee3 View commit details
    Browse the repository at this point in the history
Loading