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

Add Weather App #293

Merged
merged 3 commits into from
Jul 13, 2024
Merged

Add Weather App #293

merged 3 commits into from
Jul 13, 2024

Commits on Jul 13, 2024

  1. Weather app: Fetches GPS data from phone and uses it in a HTTP reques…

    …t over BLE to fetch forecast and current weather.
    jakkra committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    bb02ab1 View commit details
    Browse the repository at this point in the history
  2. watchface app: Save some RAM by not storing a copy of last BLE message.

    Also fixes possible loss of data if let's say one music and one weather come fast
    after eachother before workqueue been processed.
    jakkra committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    d6bf748 View commit details
    Browse the repository at this point in the history
  3. ble_gadgetbridge: Refactor code to save stack. Stored pretty much sam…

    …e struct twice causing large stack usage.
    jakkra committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    b7b2774 View commit details
    Browse the repository at this point in the history