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: espressif/esp32-arduino-lib-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: meshtastic/esp32-arduino-lib-builder
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.
  • 5 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 15, 2020

  1. Fixes for BLE reliability, see below

    * Turn off Bluetooth classic
    * Turn off using SPIRAM for bluetooth data
    * CONFIG_PM_ENABLE (to enable modem sleep optionally)
    * CONFIG_FREERTOSS_USE_TICKLESS_IDLE (to optionally use modem sleep)
    geeksville committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    4898fe4 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

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

Commits on Jul 18, 2020

  1. make SPIRAM optional

    geeksville committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    1523f68 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Switch to NimBLE from Bluedroid

    Meshtastic patched version esp-idf commit #e7f316d5a4eb64ca52d40575cb20815d456a9c4f
    used.
    
    In support of: meshtastic/firmware#266
    geeksville committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    3d3f96a View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

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