Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small fixes to framework to be able to compile with sdcc 3.5.0 #21

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on May 31, 2016

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

Commits on Jun 25, 2016

  1. Merge remote-tracking branch 'upstream/master'

    Timm Korte committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    2822cbc View commit details
    Browse the repository at this point in the history
  2. implemented queue for dexcom packets to be stored if phone can not be…

    … reached via bluetooth
    Timm Korte committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    55760a5 View commit details
    Browse the repository at this point in the history
  3. increase buffer size to 64 and include delay in packet to xdrip by ex…

    …tending the sent msg with a uint32 delay value
    Timm Korte committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    7718653 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. replace waitDoingServices with macro in order to be able to actually …

    …respect the break_flag...
    Timm Korte committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    5213b8b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. Fix MAXINT32 constant - can be removed alltogether since unsigned int…

    … timestamp calculations auto-wrap (1 - MAXINT32 = 2). Add different macro for waitDoingServices without break flag to get rid of unreachable code.
    Timm Korte committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    38b1e02 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. blink red led if there are packets in the queue

    Timm Korte committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    114bad8 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. test some modification to sleep calculation

    Timm Korte committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    03b7862 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2016

  1. version to test, running on new bridge, need to test what happens whe…

    …n packets are missed
    Timm Korte committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    829c708 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2016

  1. running for two days without major issues

    Timm Korte committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    c6d4cd9 View commit details
    Browse the repository at this point in the history
  2. update readme and remove the fixed transmitter id

    Timm Korte committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    9faca3b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

  1. change leds and update wxl

    Timm Korte committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    a129cfe View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. try initializing the channel offset to 0 as the comment says to get t…

    …he first packet faster
    Timm Korte committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    1c1ba1f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2016

  1. beacon testing for transmitter change

    Timm Korte committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    4658115 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2017

  1. update readme

    Timm Korte committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    4863b8d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. change some timings

    Timm Korte committed May 26, 2017
    Configuration menu
    Copy the full SHA
    7ef43af View commit details
    Browse the repository at this point in the history
  2. update some timings

    Timm Korte committed May 26, 2017
    Configuration menu
    Copy the full SHA
    005e2f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. some timings

    Timm Korte committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    8e8570a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. only resend every 10 seconds - not once a second

    Timm Korte committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    0a95bdb View commit details
    Browse the repository at this point in the history