Phil
Results
1
comments of
Phil
My solution is to update the ble_gap_event BLE_GAP_EVENT_SUBSRIBE case to: ``` case BLE_GAP_EVENT_SUBSCRIBE: ESP_LOGI("GAP", "BLE_GAP_EVENT_SUBSCRIBE"); // Event is on the Battery Characteristic if(event->subscribe.attr_handle == batt_char_att_hdl){ printf("SUBBED TO BATTERY %u \n",...