Mattia Pennasilico
Mattia Pennasilico
@zmoog a part from the qos thing that @aentinger already pointed out i would love to see this pr mainlined. This will give the possibility to user to enable a...
CI failure due to the M4 build. It will be fixed once #310 will be merged and this rebased on master.
rebased on master to fix m4 build ci error
@punj what board are you using? There is no RTC support for ESP boards. I suspect the delay is due to NTP requests occurring during the update() call.
I would say the best option is to add the RTC support, maybe this can help you https://github.com/espressif/arduino-esp32/issues/3641
If you need a solution to reduce the dealy caused by NTP requests adding RTC support is the correct thing to do.
@aentinger @Frodo1980 looking at the code i think this is the intended behaviour. The `onSync` callback is triggered only when all the board properties are synched to cloud properties and...
> LGTM +1 Just got a couple of questions and small suggestions. Thanks @aentinger
Cleanup and rebase: https://github.com/arduino-libraries/ArduinoIoTCloud/pull/328/commits/c6a12f6e3deede61d3636efc9be73af2ab42d165 should be dropped before merge.
Hi @Frenzoid, you should try to call `ArduinoCloud.getConnection()` https://github.com/arduino-libraries/ArduinoIoTCloud/blob/451d57d53da33dfad490c6c0cd9f521780066e7c/src/ArduinoIoTCloud.h#L105 and then `getClient()` on the returned ConnectionHandler Object https://github.com/arduino-libraries/Arduino_ConnectionHandler/blob/98db5e61bfde16e8f0be1aca008749cc106a7745/src/Arduino_WiFiConnectionHandler.h#L41