1. 15 10月, 2019 3 次提交
  2. 08 10月, 2019 2 次提交
  3. 07 10月, 2019 1 次提交
    • M
      Allow sketches to have custom partitions (#3328) · 9ef3e2d2
      Me No Dev 提交于
      Add a file named `partitions.csv` to your sketch folder and define the partitions inside. In order to not get `Sketch too big`, please select appropriate partition scheme from the board menu
      9ef3e2d2
  4. 06 10月, 2019 3 次提交
  5. 04 10月, 2019 1 次提交
  6. 03 10月, 2019 1 次提交
  7. 02 10月, 2019 8 次提交
  8. 01 10月, 2019 10 次提交
    • I
      Support for Master mode, Pin and SSP (#3219) · 38c4c061
      IonicEV 提交于
      * 20190916 - initial: support for Master mode, Pin and SSP
      
      * 20190916 - initial: Add example app for Master mode
      
      * 20190916 - initial: Force another build
      
      * 20190916 - connect would use resolved address as preference and remove now redundant _remote_address
      
      * 20190916 - rework set/reset/default pin logic
      
      * 20190916 - cleanup: remove static vars, add/use constants, fix typos
      
      * 20190916 - fix build issues and implement geoup events for status verification.
      
      * 20190916 - remove extra lines,misc
      
      * 20190916 - rework ESP_BT_GAP_DISC_RES_EVT, added SPP_DISCONNECTED bit for disconnect event. + timeout for disconnect()
      
      * 20190916 - Small log change to improve log sequencing
      
      * 20190916 - remove static from local vars
      
      * 20190916 - Limited scope and duration for the scan, log device address during scan in info mode as it is very difficult to find out sometimes. Fixed get_name_from_eir() not resetting the name when called.
      
      * 20190916 - break property for loop during scan when name matches.
      
      * 20190916 - misc
      
      * 20190916 - SPP_DISCONNECT state updates
      
      * 20190916 - formatting, remove some strange syntax from initiator code
      
      * 20190916 - Add comments to the example about connect(...) usage and timeouts
      
      * 20190916 - fix disconnect() without timeout
      
      * 20190916 - Add example comment to view BT address and name during connect(name)
      
      * 20190916 - wording in example comments
      
      * 20190916 - rework connect() and disconnect() methods to help with concurrency and more authoritative status returned back to caller. Automatic disconnect in connect() methods
      
      * 20190916 - optimize code
      
      * 20190916 - optimize code - more
      
      * 20190916 - add timeout for pin set
      
      * 20190916 - change scan mode to ESP_BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE
      
      * 20190916 - update example code slightly
      
      * 20190916 - increase READY_TIMEOUT to 10 secs
      
      * 20190916 - typo in example and move waitForConnect() to static area
      
      * 20190916 - update example comments
      
      * 20190916 - update example comments
      
      * 20190916 - update example comments
      
      * 20190916 - add new example to remove paired devices from ESP32
      
      * 20190916 - correct typo in example
      
      * 20190916 - update example comment, add remove_bond_device() method for convenience.
      
      * 20190916 - reword example comment.
      
      * 20190916 - rename remove_bond_device()
      
      * 20190916 - rename removePairedDevice() to unpairDevice()
      
      * 20190916 - code review changes
      
      * 20190916 - fix return value in setup() od example
      38c4c061
    • R
      Add config, menu partition Wrover (#3147) · b334b2c2
      ROCIO RODRIGUEZ 提交于
      * add config, menu partition Wrover
      
      * fix all boards
      b334b2c2
    • W
      Fix for issue_3209. (#3210) · 8a466971
      William Ferguson 提交于
      #include "esp32-hal-log.h" is mandatory is order to build BLEDevice.cpp.
      It can't be left up to a compiler variable.
      8a466971
    • M
      Add pages action (#3311) · 270a2759
      Me No Dev 提交于
      * Add script to handle updates to the docs folder
      
      * Create gh-pages.yml
      
      * Update on-pages.sh
      270a2759
    • M
      Update development JSON location · 01d9345d
      Me No Dev 提交于
      01d9345d
    • T
      Fix BLEUUID toString (#3289) · 71e3d515
      TANAKA Masayuki 提交于
      uuid16 is Missing first 4 characters.
      uuid is Missing last 2 characters.
      71e3d515
    • T
      Add Added unimplemented getCharacteristicsByHandle function (#3277) · 64cfb33d
      TANAKA Masayuki 提交于
      * Add Added unimplemented getCharacteristicsByHandle function
      
      Defined in BLERemoteService.h
      But, Not included in BLERemoteService.cpp
      
      * Delete log output
      64cfb33d
    • M
      IDF release/v3.2 d3e562907 (#3292) · 5f1dff7d
      Me No Dev 提交于
      5f1dff7d
    • R
      Update BluetoothSerial.cpp (#3308) · 40ebee1c
      rafern 提交于
      40ebee1c
    • M
      Use Github Actions for release (#3309) · ed96d2a1
      Me No Dev 提交于
      * move scripts and tone down travis
      
      * Update and rename main.yml to push.yml
      
      * Create release.yml
      ed96d2a1
  9. 30 9月, 2019 4 次提交
  10. 27 9月, 2019 3 次提交
  11. 25 9月, 2019 4 次提交