Search found 1 match

by AlwaysLearning
Sat Dec 14, 2024 12:40 pm
Forum: ESP32 Arduino
Topic: checking status of writeValue-response
Replies: 1
Views: 7165

Re: checking status of writeValue-response

Sorry for resurrecting a dead thread, but I hope this might help you and others...

The responses to writeValue() requests are asynchronous notifications. After establishing your client, remote service and remote characteristic you need to register a callback function for notifications, e.g ...

Go to advanced search