butaikis

Results 19 comments of butaikis

@shahpiyushv If there is no documentation, how did you write this SDK? Maybe it can be downloaded from Apple (HTTP API)

@skanico Thanks, I've already found it)

@shahpiyushv No. I asked a general question, what do you need from me to get a license

Hello @shahpiyushv. 1. Can I learn more about software tokens ? How do they work, and is there any time limit on their use, do I need to update/get the...

@shahpiyushv Thanks for the clarifications. 1. If we have already released a smart home controller (in HAP, the accessory is **Bridge**) and update the software, it becomes possible to use...

@cziter15 Thanks, I decided to change the mqtt client to a fully asynchronous one from esp-idf. It is more productive than this one, especially since **pubsub** is not updated.

@cziter15 Yes, I switched to **pio**, but I also decided to immediately change the mqtt client)

@hmueller01 What means ? > it won't help you It's working fine for me.

Look at the Update class, there is an opportunity to put a callback on &[onProgress(THandlerFunction_Progress fn);](https://github.com/espressif/arduino-esp32/blob/70786dc5fa51601f525496d0f92a220c917b4ad9/libraries/Update/src/Update.h#L58) with it, you can track the file upload process and save data to the...