Print libarary version during run time

Hi,
Is there any way to print (serial.print) a library version as part of the setup function? I am asking this since I realized that when a libaray is updated it removes previous library files and it may cause some code issues which related to libaray change.
In my specific case I did not documented the library version I had used in my (working) code, and the new libaray update created some changes in my new compiled code.

If there exists a #define of the version in the library then print that.

1 Like

Yes, you were right! There is a definition that works for me.
Tnx...

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