Closed eugeneanikin closed 4 years ago
Line 727 in BLECharacteristic.cpp is a typo. It should be: 725 bool BLECharacteristic::notify32(uint16_t conn_hdl, int num) 726 { 727 return notify(conn_hdl, (uint8_t*) &num, sizeof(num)); 728 } Thank you, Eugene
ah right, thank you for spotting the issue. Fixing it right away.
Line 727 in BLECharacteristic.cpp is a typo. It should be: 725 bool BLECharacteristic::notify32(uint16_t conn_hdl, int num) 726 { 727 return notify(conn_hdl, (uint8_t*) &num, sizeof(num)); 728 } Thank you, Eugene