Is there any API to read BUILDTIME?

Is there any API equivalent to the command “AT+BUILDTIME=?”

Best Regards.

There is no API call for it.

If you need the build time of your custom application, you can get it from __DATE__ and __TIME__ like in the attached example. (That’s not my work, I found it somewhere else)

image

RUI3-BuildTime.ino (3.3 KB)

Thank you very much, Bernd.
This solved my problem.

Best Regards.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.