switch version number to read not notify

This commit is contained in:
2025-11-12 20:59:03 +00:00
parent 361424ded3
commit 8d5b663c78

View File

@@ -1,7 +1,7 @@
#include "BLEOTA.h"
BLEOTAClass::BLEOTAClass(){
_pVersionNumber = new BLECharacteristic(VERSION_NUMBER_UUID, BLECharacteristic::PROPERTY_NOTIFY);
_pVersionNumber = new BLECharacteristic(VERSION_NUMBER_UUID, BLECharacteristic::PROPERTY_READ);
_pVersionNumberDescriptor = new BLEDescriptor(VERSION_NUMBER_DESCRIPTOR_UUID);
};