thekunalsaini

Results 19 comments of thekunalsaini

@xkosm14 use dedicated direct-call functions or use code :- String getHours24(){ unsigned long hours = timeClient.getHours(); String hoursStr = hours < 10 ? "0" + String(hours) : String(hours); return String(...

@dsyleixa dedicated direct-call functions are available Please refer that.

@Rocketct I fix some code in nb.cpp please refer that

@rzr @per1234 Can you elaborate what you are trying to say?

If you are connecting MQTT to AWS IoT then you can use the following :- According to AWS documentation, we have pubsub for connecting. you can refer the documentation for...

@sitase Actually, if you check the documentation of AWS you will have pubsub which is used for publish and subscriber purpose and used to connect to Iot devices.

@facchinm can you explain how to rectify this error(approach)