-
-
Notifications
You must be signed in to change notification settings - Fork 553
Closed
Labels
conclusion: declinedWill not be worked onWill not be worked ontopic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement
Description
Is your feature request related to a problem? Please describe.
I have written a (web) app where the user designs a program and gets Arduino code. It is a pain to copy-paste the generated code to Arduino IDE every time I generate code.
Describe the solution you'd like
Implement URL protocol for opening a sketch, so I can implement a button which opens a URL like arduinoide://opensketch?code=void%20setup%20%28%29%20%7B%7D%20void%20loop%20%28%29%20%7B%7D and the IDE opens the sketch automatically.
Additional context
An upload option would also be nice, using arduinoide://uploadsketch?code=blablabla, and the Arduino IDE opens with a dialog asking the port, board, etc. and then the upload process starts.
Metadata
Metadata
Assignees
Labels
conclusion: declinedWill not be worked onWill not be worked ontopic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement