Saving and versionning project

Hi,
I’m developping my first project with the fantastic Blynk
On the Arduino part, I started with simple functionalities, and am adding new ones. Of course, I am saving different versions of my soft.
I would like to work the same way on app side. Is it possible to save or restore a spécific version of a Blynk project ?
Regards

This would be great! Maybe submit a feature request? There is a page somewhere to do that.

1 Like

I think using the clone feature from the app, indirectly you can achieve the same… Test it and let us know.

I save the QR code that is generated by the restful HTTP API.
I periodically also include it in source code control.