Added 'source override' feature to compile command. (#1099)
This feature allows to selectively "override" the content of a sketch. Overridden files will not be read from disk as usual but fetched directly from gRPC paramaters (if the cli is running as daemon) or from a .json file containing the new source code (if running from command line).
Showing
This diff is collapsed.
Please register or sign in to comment