1. 06 2月, 2023 1 次提交
    • R
      Fixes BLE data printing (#7699) · 03e9e07f
      Rodrigo Garcia 提交于
      * Fixes BLE data printing
      
      BLE data has no '\0' terminator, therefore it can't be printed as a regular C string.
      This fix just prints the BLE data based on its length.
      
      * Simplify printing to a single call
      03e9e07f
  2. 18 5月, 2021 1 次提交
    • P
      Update BLE_client.ino (#5156) · 0d6b1422
      poozy101 提交于
      Pull request #4999 added setMTU function to BLEClient.cpp/.h, this line provides implementation of this added functionality to the BLE client example to resolve cases in which data from notifyCallback exceeds 20 characters (3 bytes for command type and attribute ID, 20 bytes for attribute data (char*)pData).
      0d6b1422
  3. 11 11月, 2019 1 次提交
  4. 30 9月, 2019 1 次提交
  5. 12 4月, 2019 1 次提交
    • M
      Set ESP-IDF to 3.2 (#2662) · 7b5cd47d
      Me No Dev 提交于
      * Set IDF to v3.2
      
      * Remove BLE submodule
      
      * Add BLE lib source
      
      * Update Camera example to support OV3660
      7b5cd47d