Thanks to visit codestin.com
Credit goes to github.com

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: nettlep/gobbledegook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: iZafe/libgattsrv
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.
  • 16 commits
  • 23 files changed
  • 1 contributor

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    5fdbc63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from iZafe/automake

    Fixed automake build issues for ARM and x86
    piotrek-dosell authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    76891cc View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Skeleton for Dosell Services, fixed linked errors

    - Do not comment _sources in Makefile.am, since everything after is treated as comment on a multiline
    piotrek-dosell committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3e23b50 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    b35ca48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d846c9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e09166 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    517c370 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from iZafe/dosell_services

    Updating the lib to support 2 GATT Services
    piotrek-dosell authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ef00869 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    2b2151e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from iZafe/delete_variable

    Removed unused varible in standalone test app
    piotrek-dosell authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5c9afce View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    2e7e679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b5a389 View commit details
    Browse the repository at this point in the history
  3. Fixed fields like status or control suddenly became to short (64-bit …

    …became 8-bit) after adding notify
    piotrek-dosell committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6963607 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Blue led (#5)

    * Fixed fields like status or control suddenly became to short (64-bit became 8-bit) after adding notify
    
    * Added g_main_context_default to Init.cpp
    
    * Added blue led status when starting for 60s
    
    Added fixed (blinks 30hz) blue led when connected to ble
    piotrek-dosell authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d9c4947 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Fixed current time being 5 bytes (32+8 bits = 40 bits)

    Readded the debug log prints but now they are behind a flag
    piotrek-dosell committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3d3071d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    993e57c View commit details
    Browse the repository at this point in the history
Loading