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: bogdan2000/MySensorsArduinoExamples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mysensors/MySensorsArduinoExamples
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.
  • 19 commits
  • 152 files changed
  • 10 contributors

Commits on Sep 15, 2018

  1. Temphum si7021 (mysensors#33)

    * Added Si7021 temphum sketch
    
    * Added Vcc library
    Yveaux authored Sep 15, 2018
    Configuration menu
    Copy the full SHA
    0e670dd View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. updated link

    flopp999 authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    5f84e3c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Merge pull request mysensors#34 from flopp999/patch-1

    updated link
    henrikekblad authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    cedd69d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Remove unused PubSubClient

    mfalkvidd committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    1d2e066 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    36bee0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0206a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a75ad5a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Bugfix: COMPARE_BARO and COMPARE_HUM were unused.

    All if-statements were just using COMPARE_TEMP.
    mhansen authored Apr 2, 2019
    Configuration menu
    Copy the full SHA
    bc6d6e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Merge pull request mysensors#38 from mfalkvidd/2019-cleanup-by-mfalkvidd

    2019 cleanup by mfalkvidd
    tekka007 authored Apr 17, 2019
    Configuration menu
    Copy the full SHA
    f3dccf8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mysensors#39 from mhansen/patch-1

    Bugfix: COMPARE_BARO and COMPARE_HUM were unused.
    tekka007 authored Apr 17, 2019
    Configuration menu
    Copy the full SHA
    833fb33 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Fixed callback parameter type

    mkaiser committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    5bedf2c View commit details
    Browse the repository at this point in the history
  2. Merge pull request mysensors#41 from martinkaiser/master

    Fixed callback parameter type
    tekka007 authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    8b4f418 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Configuration menu
    Copy the full SHA
    9326161 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mysensors#42 from mhansen/format

    Fix formatting and spelling in PressureSensor.ino
    tekka007 authored Apr 26, 2019
    Configuration menu
    Copy the full SHA
    acbcbcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d26785b View commit details
    Browse the repository at this point in the history
  4. Fix spaces

    Yveaux committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    c36ce9b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Configuration menu
    Copy the full SHA
    70e8cd7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mysensors#47 from mysensors/FixIndicationHandler

    Fix missing MY_INDICATION_HANDLER
    tekka007 authored Nov 27, 2019
    Configuration menu
    Copy the full SHA
    f4411cd View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Fix farenheit conversion

    When temperature in C was below 0, the conversion to F was wrong due to
    treating the C value as unsigned integer instead of signed integer.
    
    See http://bit.ly/3ckRfxp for more information.
    
    Thanks to hoggin for reporting this problem.
    mfalkvidd committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    bba998b View commit details
    Browse the repository at this point in the history
Loading