• 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
BLE_client.ino 5.7 KB