thekunalsaini
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
@janakelarsson yeah:)
@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 @per1234
@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.
@per1234
@facchinm can you explain how to rectify this error(approach)