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

Cellular Band Select API #891

Merged
merged 3 commits into from
Mar 10, 2016

Commits on Mar 2, 2016

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

Commits on Mar 3, 2016

  1. adds integration tests for Cellular Band Select API

    required for this to compile and run `git cherry-pick 3076956`
    also will merge with cellular.cpp from feature/electron/localip and feature/electron/datausage
    technobly committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    fdb6675 View commit details
    Browse the repository at this point in the history
  2. refactoring cellular_hal.h to be platform agnostic

    added new cellular_internal.h to scr/electron for platform specific function prototypes
    added Wiring_Cellular conditional compile checks for Cellular
    added PLATFORM_ID conditional compile checks for platform specific dynalib headers
    technobly committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    8dc6c4a View commit details
    Browse the repository at this point in the history