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

bolus ack #14

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

bolus ack #14

wants to merge 3 commits into from

Commits on Oct 27, 2016

  1. bolus ack

    mmeowlink and Carelink stick do slightly different things:
      * Carelink always returns a payload, even when no payload exists,
        apparently to convey error status?
      * Mmeowlink exposes the acks per frame, but we observe no payload
        in the RF, therefore we generate a fictitious 64 byte null
        payload.
    
    I've seen following successful fictious payloads from Carelink usb:
      0x00 0x00
      0x00
      0x0c
      0x00 0x0c
    
    I've seen the following unsuccessful failure payloads from
    Carelink usb (eg exceeding the max bolus limit):
      0x09
      0x09 0x09
    bewest committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    bd37f00 View commit details
    Browse the repository at this point in the history
  2. spelling: recieve -> receive

    Try to fix spelling of receive.
    bewest committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    93ea154 View commit details
    Browse the repository at this point in the history
  3. bump minor version: breaking changes

    Changed spelling of recieve to receive.
    bewest committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    9c99d93 View commit details
    Browse the repository at this point in the history